diff options
author | 2016-06-07 05:52:49 +0000 | |
---|---|---|
committer | 2016-06-07 05:52:49 +0000 | |
commit | 07d54f5e983361a9f0b9a15141362b6a1b63c272 (patch) | |
tree | 8d844a96574a476fdd573e58e3396b5fc152bf4c /lib/libc | |
parent | "Well finally everyone can see that the shit is really shitty." (diff) | |
download | wireguard-openbsd-07d54f5e983361a9f0b9a15141362b6a1b63c272.tar.xz wireguard-openbsd-07d54f5e983361a9f0b9a15141362b6a1b63c272.zip |
Document the net.inet.tcp.synuselimit sysctl; OK bluhm@ jmc@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 63d1c1f2287..1fa623b92f1 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.260 2016/06/01 11:11:44 jca Exp $ +.\" $OpenBSD: sysctl.3,v 1.261 2016/06/07 05:52:49 tim Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 1 2016 $ +.Dd $Mdocdate: June 7 2016 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -1200,6 +1200,7 @@ The currently defined protocols and names are: .It tcp Ta stats Ta structure Ta no .It tcp Ta synbucketlimit Ta integer Ta yes .It tcp Ta syncachelimit Ta integer Ta yes +.It tcp Ta synuselimit Ta integer Ta yes .It udp Ta baddynamic Ta array Ta yes .It udp Ta checksum Ta integer Ta yes .It udp Ta recvspace Ta integer Ta yes @@ -1614,6 +1615,9 @@ Returns the TCP statistics in a struct tcpstat. The maximum number of entries allowed per hash bucket in the TCP SYN cache. .It Li tcp.syncachelimit The maximum number of entries allowed in the TCP SYN cache. +.It Li tcp.synuselimit +The minimum number of times the hash function for the TCP SYN cache is used +before it is reseeded. .It Li udp.baddynamic Analogous to .Li tcp.baddynamic |