summaryrefslogtreecommitdiff
path: root/lib/libc/gen/sysctl.3
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>2002-03-02 00:56:00 +0000
committerNiels Provos <provos@cvs.openbsd.org>2002-03-02 00:56:00 +0000
commit7b9846b872e252aa580e7c2ac2548dd2d4b50e27 (patch)
tree08ea94e7287ab41e668e5038e1d45f6209e7b075 /lib/libc/gen/sysctl.3
parent3841130e9eea84837afe61d60ced60051d68eb24 (diff)
document tcp.ackonpush
Diffstat (limited to 'lib/libc/gen/sysctl.3')
-rw-r--r--lib/libc/gen/sysctl.39
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index e7b73fd1578..c19845bff75 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.81 2002/03/01 02:57:32 provos Exp $
+.\" $OpenBSD: sysctl.3,v 1.82 2002/03/02 00:55:59 provos Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -314,7 +314,7 @@ information.
.It Dv KERN_VNODE No " struct vnode no"
.It Dv KERN_STACKGAPRANDOM No " integer yes"
.It Dv KERN_USERCRYPTO No " integer yes"
-.It Dv KERN_CRYPTODEVALLOWSOFT No " integer no"
+.It Dv KERN_CRYPTODEVALLOWSOFT No " integer yes"
.El
.Pp
.Bl -tag -width "123456"
@@ -720,6 +720,7 @@ The currently defined protocols and names are:
.It tcp sack integer yes
.It tcp mssdflt integer yes
.It tcp rstppslimit integer yes
+.It tcp ackonpush integer yes
.It udp checksum integer yes
.It udp baddynamic array yes
.It udp recvspace integer yes
@@ -964,6 +965,10 @@ per second.
TCP RST packet that exceeded the value are subject to rate limitation
and will not go out from the node.
Negative value disables rate limitation.
+.It Li tcp.ackonpush
+Returns 1 if tcp segments with the
+.Dv TH_PUSH
+set are being acknowledged immediately, otherwise 0.
.It Li udp.checksum
Returns 1 when
.Tn UDP