diff options
author | 2017-10-16 15:09:43 +0000 | |
---|---|---|
committer | 2017-10-16 15:09:43 +0000 | |
commit | 5caef3377f2dab5a9d2f54df7137d8daf66e7af2 (patch) | |
tree | a50404598b1d1452027efc04bc2422912a1319ad /lib/libc | |
parent | Utilize scatter/gather DMA with the newer MMC controller. (diff) | |
download | wireguard-openbsd-5caef3377f2dab5a9d2f54df7137d8daf66e7af2.tar.xz wireguard-openbsd-5caef3377f2dab5a9d2f54df7137d8daf66e7af2.zip |
draft-ietf-tcpm-initcwnd was published as rfc 6928
Diffstat (limited to 'lib/libc')
-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 |