diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-10-14 01:06:45 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-10-14 01:06:45 +0000 |
commit | d6277e1dfdb29065da02107dc01cdcee0968b5d8 (patch) | |
tree | b6ccde166bcd1681da73cc66c83a7558da583e50 /lib | |
parent | 56224c3ae456a13da0dfcf8d8d4c8dc2c3803acc (diff) |
document net.inet.tcp.rstppslimit.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index eb173e84ff1..baa70e24407 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.53 2000/10/10 16:00:20 itojun Exp $ +.\" $OpenBSD: sysctl.3,v 1.54 2000/10/14 01:06:44 itojun Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -567,6 +567,7 @@ The currently defined protocols and names are: .It tcp sendspace integer yes .It tcp sack integer yes .It tcp mssdflt integer yes +.It tcp rstppslimit integer yes .It udp checksum integer yes .It udp baddynamic array yes .It udp recvspace integer yes @@ -809,6 +810,12 @@ Returns 1 if RFC2018 Selective Acknowledgements are enabled. .It Li tcp.mssdflt The maximum segment size that is used as default for non-local connections. The default value is 512. +.It li tcp.rstppslimit +The variable specifies the maximum number of outgoing TCP RST packets, +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 udp.checksum Returns 1 when .Tn UDP |