ossp-pkg/sa/sa.pod 1.40 -> 1.41
--- sa.pod 2004/04/02 18:21:07 1.40
+++ sa.pod 2004/06/26 11:16:02 1.41
@@ -460,8 +460,11 @@
disabling (I<yesno> == C<0>) Nagle's Algorithm (see RFC898).
C<SA_OPTION_LINGER> (C<int> I<amount>) for enabling (I<amount> ==
-I<seconds> E<gt> C<0>) or disabling (I<amount> == C<0>) lingering on
-close (see C<SO_LINGER> of setsockopt(2)).
+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>
+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
+RST based connection termination on close.
C<SA_OPTION_REUSEADDR> (C<int> I<yesno>) for enabling (I<yesno> ==
C<1>) or disabling (I<yesno> == C<0>) the reusability of the address on
|
|