diff options
| author | 2002-11-25 03:04:48 +0000 | |
|---|---|---|
| committer | 2002-11-25 03:04:48 +0000 | |
| commit | d0ef43d26046fe1b27a7d49c8681d262cee94aee (patch) | |
| tree | 51fe85c1a500285aa19d71ee6ac11ae78982938d /lib/libc | |
| parent | snc (diff) | |
| download | wireguard-openbsd-d0ef43d26046fe1b27a7d49c8681d262cee94aee.tar.xz wireguard-openbsd-d0ef43d26046fe1b27a7d49c8681d262cee94aee.zip | |
Mention the net.inet.tcp.ecn sysctl.
ok kjc@
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/sysctl.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 3b07f724840..5ba3f08b7b9 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.94 2002/07/06 19:14:19 nordin Exp $ +.\" $OpenBSD: sysctl.3,v 1.95 2002/11/25 03:04:48 wcobb Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -765,6 +765,7 @@ The currently defined protocols and names are: .It tcp mssdflt integer yes .It tcp rstppslimit integer yes .It tcp ackonpush integer yes +.It tcp ecn integer yes .It udp checksum integer yes .It udp baddynamic array yes .It udp recvspace integer yes @@ -1020,6 +1021,8 @@ Negative value disables rate limitation. Returns 1 if tcp segments with the .Dv TH_PUSH set are being acknowledged immediately, otherwise 0. +.It Li tcp.ecn +Returns 1 if Explicit Congestion Notifications for TCP are enabled. .It Li udp.checksum Returns 1 when .Tn UDP |
