summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc/gen/sysctl.35
-rw-r--r--sbin/sysctl/sysctl.83
2 files changed, 6 insertions, 2 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
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8
index e0f63824192..912817eb280 100644
--- a/sbin/sysctl/sysctl.8
+++ b/sbin/sysctl/sysctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.8,v 1.90 2002/09/29 22:08:22 deraadt Exp $
+.\" $OpenBSD: sysctl.8,v 1.91 2002/11/25 03:04:48 wcobb Exp $
.\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $
.\"
.\" Copyright (c) 1993
@@ -209,6 +209,7 @@ privilege can change the value.
.It net.inet.tcp.mssdflt integer yes
.It net.inet.tcp.rstppslimit integer yes
.It net.inet.tcp.ackonpush integer yes
+.It net.inet.tcp.ecn integer yes
.It net.inet.udp.checksum integer yes
.It net.inet.udp.baddynamic array yes
.It net.inet.udp.recvspace integer yes