diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2017-10-16 15:09:44 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2017-10-16 15:09:44 +0000 |
commit | 99f8d59ad07bc1ab0f69286714713e04eef99b58 (patch) | |
tree | 0769480c9aa3e3047fbe053311225273cbd57003 /lib/libc/gen | |
parent | 921dd68998385bd310947581063d3839fc33ae49 (diff) |
draft-ietf-tcpm-initcwnd was published as rfc 6928
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index e021e73f443..997b15bff2b 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.283 2017/09/12 02:22:15 schwarze Exp $ +.\" $OpenBSD: sysctl.3,v 1.284 2017/10/16 15:09:43 mikeb Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: September 12 2017 $ +.Dd $Mdocdate: October 16 2017 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -1574,7 +1574,7 @@ Returns 1 if the TCP Initial Window is increased to 4 * MSS or 4380 bytes, as specified in RFC 3390. Returns 2 if the TCP Initial Window is increased to 10 * MSS or 14600 bytes, as specified in -draft-ietf-tcpm-initcwnd. +RFC 6928. .It Li tcp.rootonly Pq Va net.inet.tcp.rootonly An array of .Li in_port_t |