Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet6 sync comment with reality
details: https://anonhg.NetBSD.org/src/rev/082de5c0a4b4
branches: trunk
changeset: 495506:082de5c0a4b4
user: itojun <itojun%NetBSD.org@localhost>
date: Sun Jul 30 05:30:37 2000 +0000
description:
sync comment with reality
diffstat:
sys/netinet6/icmp6.c | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diffs (24 lines):
diff -r 4a6ed52f8fee -r 082de5c0a4b4 sys/netinet6/icmp6.c
--- a/sys/netinet6/icmp6.c Sun Jul 30 04:42:37 2000 +0000
+++ b/sys/netinet6/icmp6.c Sun Jul 30 05:30:37 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: icmp6.c,v 1.38 2000/07/28 04:06:58 itojun Exp $ */
+/* $NetBSD: icmp6.c,v 1.39 2000/07/30 05:30:37 itojun Exp $ */
/* $KAME: icmp6.c,v 1.120 2000/07/06 11:47:20 itojun Exp $ */
/*
@@ -2533,14 +2533,6 @@
* Returns 1 if the router SHOULD NOT send this icmp6 packet due to rate
* limitation.
*
- * There are two limitations defined:
- * - pps limit: ICMPv6 error packet cannot exceed defined packet-per-second.
- * we measure it every 0.2 second, since fasttimo works every 0.2 second.
- * - rate limit: ICMPv6 error packet cannot appear more than once per
- * defined interval.
- * In any case, if we perform rate limitation, we'll see jitter in the ICMPv6
- * error packets.
- *
* XXX per-destination/type check necessary?
*/
static int
Home |
Main Index |
Thread Index |
Old Index