Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen pps rate limitation can be turned off by negati...



details:   https://anonhg.NetBSD.org/src/rev/11920e6c1da2
branches:  trunk
changeset: 495643:11920e6c1da2
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Aug 02 12:26:54 2000 +0000

description:
pps rate limitation can be turned off by negative value.

diffstat:

 lib/libc/gen/sysctl.3 |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 35565cd8aab3 -r 11920e6c1da2 lib/libc/gen/sysctl.3
--- a/lib/libc/gen/sysctl.3     Wed Aug 02 12:24:11 2000 +0000
+++ b/lib/libc/gen/sysctl.3     Wed Aug 02 12:26:54 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysctl.3,v 1.64 2000/07/28 04:08:44 itojun Exp $
+.\"    $NetBSD: sysctl.3,v 1.65 2000/08/02 12:26:54 itojun Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -744,6 +744,7 @@
 per second.
 ICMP error messages 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.rfc1323
 Returns 1 if RFC1323 extensions to TCP are enabled.
 .It Li tcp.sendspace
@@ -828,6 +829,7 @@
 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 UDP checksums are being computed and checked.
 Disabling UDP checksums is strongly discouraged.
@@ -1000,6 +1002,7 @@
 per second.
 ICMPv6 error messages that exceeded the value are subject to rate limitation
 and will not go out from the node.
+Negative value disables rate limitation.
 .It Li icmp6.nd6_maxnudhint
 IPv6 neighbor discovery permits upper layer protocols to supply reachability
 hints, to avoid unnecessary neighbor discovery exchanges.



Home | Main Index | Thread Index | Old Index