diff options
| author | itojun <itojun@NetBSD.org> | 2000-07-09 13:29:44 +0000 |
|---|---|---|
| committer | itojun <itojun@NetBSD.org> | 2000-07-09 13:29:44 +0000 |
| commit | f39dc46bcdfc10cd4ec67f0bdd358b10cf83972a (patch) | |
| tree | 89cb25f78b2c47f4fdad8bed47a5f1d315685058 /lib/libc | |
| parent | 8a661b9bebee40cac13be90638f03aa83e52cab4 (diff) | |
add desription for net.inet6.icmp6.{errppslimit,nd6_maxnudhint}.
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/sysctl.3 | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index b7b0d3ada43..5528c5b8925 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: sysctl.3,v 1.60 2000/07/03 06:23:33 enami Exp $ +.\" $NetBSD: sysctl.3,v 1.61 2000/07/09 13:29:44 itojun Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -869,6 +869,8 @@ The currently defined protocols and names are: .It icmp6 nd6_mmaxtries integer yes .It icmp6 nd6_useloopback integer yes .It icmp6 nodeinfo integer yes +.It icmp6 errppslimit integer yes +.It icmp6 nd6_maxnudhint integer yes .It udp6 sendspace integer yes .It udp6 recvspace integer yes .El @@ -994,6 +996,20 @@ local traffic. .It Li icmp6.nodeinfo The variable enables, or disables, kernel support for ICMPv6 node information query/reply. +.It Li icmp6.errppslimit +The variable specifies the maximum number of outgoing ICMPv6 error messages, +per second. +ICMPv6 error messages that exceeded the value is subject to rate limitation +and will not go out from the node. +.It Li icmp6.nd6_maxnudhint +IPv6 neighbor discovery permits upper layer protocols to supply reachability +hints, to avoid unnecessary neighbor discovery exchanges. +The variable defines the number of consecutive hints the neighbor discovery +layer will take. +For example, by setting the variable to 3, neighbor discovery layer +will take 3 consecutive hints in maximum. +After receiving 3 hints, neighbor discovery layer will perform +normal neighbor discovery process. .El .Pp We reuse net.*.tcp for |
