Check-in Number:
|
4606 | |
Date: |
2004-Jun-26 13:24:47 (local)
2004-Jun-26 11:24:47 (UTC) |
User: | rse |
Branch: | |
Comment: |
fix documentation |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/sa/sa.pod 1.41 -> 1.42
--- sa.pod 2004/06/26 11:16:02 1.41
+++ sa.pod 2004/06/26 11:24:47 1.42
@@ -456,14 +456,15 @@
Currently the following options are implemented (option arguments in
parenthesis):
-C<SA_OPTION_NAGLE> (C<int> I<yesno>) for enabling (I<yesno>=C<1>) or
-disabling (I<yesno> == C<0>) Nagle's Algorithm (see RFC898).
+C<SA_OPTION_NAGLE> (C<int> I<yesno>) for enabling (I<yesno>=C<1>)
+or disabling (I<yesno> == C<0>) Nagle's Algorithm (see RFC898 and
+C<TCP_NODELAY> of setsockopt(2)).
C<SA_OPTION_LINGER> (C<int> I<amount>) for enabling (I<amount> ==
I<seconds> != C<0>) or disabling (I<amount> == C<0>) lingering on close
-(see C<SO_LINGER> of setsockopt(2)). Notice: using I<seconds> E<ge> C<0>
+(see C<SO_LINGER> of setsockopt(2)). Notice: using I<seconds> E<gt> C<0>
results in a regular (maximum of I<seconds> lasting) lingering on close
-while using I<seconds> E<le> C<0> results in the special case of a TCP
+while using I<seconds> E<lt> C<0> results in the special case of a TCP
RST based connection termination on close.
C<SA_OPTION_REUSEADDR> (C<int> I<yesno>) for enabling (I<yesno> ==
|
|