Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen add desription for net.inet6.icmp6.{errppslimit...



details:   https://anonhg.NetBSD.org/src/rev/1396cb558929
branches:  trunk
changeset: 494619:1396cb558929
user:      itojun <itojun%NetBSD.org@localhost>
date:      Sun Jul 09 13:29:44 2000 +0000

description:
add desription for net.inet6.icmp6.{errppslimit,nd6_maxnudhint}.

diffstat:

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

diffs (39 lines):

diff -r df2e804dfbbf -r 1396cb558929 lib/libc/gen/sysctl.3
--- a/lib/libc/gen/sysctl.3     Sun Jul 09 12:49:08 2000 +0000
+++ b/lib/libc/gen/sysctl.3     Sun Jul 09 13:29:44 2000 +0000
@@ -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 @@
 .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 @@
 .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



Home | Main Index | Thread Index | Old Index