diff options
author | Wilbern Cobb <wcobb@cvs.openbsd.org> | 2002-11-25 03:04:49 +0000 |
---|---|---|
committer | Wilbern Cobb <wcobb@cvs.openbsd.org> | 2002-11-25 03:04:49 +0000 |
commit | 36c37ded6c20f744ed77021d9af23c6d76ac97a5 (patch) | |
tree | f626dbc51c21670bf168c5ff0aa95ff5fb61e007 /lib/libc/gen/sysctl.3 | |
parent | 46f2b6a92b71b1245a98607fcb798062ed405d7e (diff) |
Mention the net.inet.tcp.ecn sysctl.
ok kjc@
Diffstat (limited to 'lib/libc/gen/sysctl.3')
-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 |