diff options
Diffstat (limited to 'lib/libc/gen/sysctl.3')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 9 |
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 |