Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/lib/libc/gen Pullup of rev 1.66 approved by jhawk:



details:   https://anonhg.NetBSD.org/src/rev/6e9564f60af1
branches:  netbsd-1-5
changeset: 488874:6e9564f60af1
user:      kml <kml%NetBSD.org@localhost>
date:      Fri Aug 04 14:18:52 2000 +0000

description:
Pullup of rev 1.66 approved by jhawk:
  Correct the documentation for SACK;  although we have some preliminary
  code in the tree, it doesn't do anything, and setting the sack sysctl
  won't have any effect.

diffstat:

 lib/libc/gen/sysctl.3 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 0d1081ae97bd -r 6e9564f60af1 lib/libc/gen/sysctl.3
--- a/lib/libc/gen/sysctl.3     Fri Aug 04 14:11:38 2000 +0000
+++ b/lib/libc/gen/sysctl.3     Fri Aug 04 14:18:52 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysctl.3,v 1.58 2000/06/16 00:45:48 simonb Exp $
+.\"    $NetBSD: sysctl.3,v 1.58.2.1 2000/08/04 14:18:52 kml Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -772,10 +772,10 @@
 the greater of the MTU of the interface, and the largest (non-loopback)
 interface MTU on the system.
 .It Li tcp.sack
-Returns a value which determines the level of Selective Acknowledgement
-supported by TCP.  If 2, we will transmit and receive SACK options.
-If 1, we will transmit SACK options, but ignore any SACK options received.
-If 0, SACK is disabled.
+TCP Selective ACKnowledgement (RFC 2018) is not implemented in 
+.Nx 
+at this time.
+Changing this value will have no effect.
 .It Li tcp.win_scale
 If rfc1323 is enabled, a value of 1 indicates RFC1323 window scale options,
 for increasing the TCP window size, are enabled.



Home | Main Index | Thread Index | Old Index