diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2004-01-31 20:12:21 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2004-01-31 20:12:21 +0000 |
commit | a4132ad3bd093b8cbeeac61f1820c76292ba65a4 (patch) | |
tree | e6b8d105f5e9de84635271da85798ee0a9ad44b3 /lib/libc | |
parent | 8a32ef79561f367e8aa90f3eab2b79145e203b06 (diff) |
document net.inet.tcp.rfc3390; ok jmc@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index a891d66e0e6..29813bec8b1 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.126 2004/01/19 09:39:44 tedu Exp $ +.\" $OpenBSD: sysctl.3,v 1.127 2004/01/31 20:12:20 markus Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -1015,6 +1015,7 @@ The currently defined protocols and names are: .It tcp mssdflt integer yes .It tcp recvspace integer yes .It tcp rfc1323 integer yes +.It tcp rfc3390 integer yes .It tcp rstppslimit integer yes .It tcp sack integer yes .It tcp sendspace integer yes @@ -1356,6 +1357,10 @@ receive buffer size. Returns 1 if RFC 1323 extensions to .Tn TCP are enabled. +.It Li tcp.rfc3390 +Returns 1 if the +.Tn TCP +Initial Window is increased as specified in RFC3390. .It Li tcp.rstppslimit This variable specifies the maximum number of outgoing TCP RST packets per second. |