From ee731605205a1629d672e65e8372167460bb9f45 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 21 Jan 2012 19:28:46 +0000 Subject: -avoid sending useless ICMP payloads and add ICMP PT support for sender side (vpn) of direction vpn->mesh->exit --- src/exit/gnunet-daemon-exit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exit/gnunet-daemon-exit.c') diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c index 4179e88a7..d2bec5203 100644 --- a/src/exit/gnunet-daemon-exit.c +++ b/src/exit/gnunet-daemon-exit.c @@ -649,7 +649,7 @@ icmp_from_helper (const struct GNUNET_TUN_IcmpHeader *icmp, break; default: GNUNET_STATISTICS_update (stats, - gettext_noop ("# ICMP packets dropped (not allowed)"), + gettext_noop ("# ICMPv4 packets dropped (not allowed)"), 1, GNUNET_NO); return; } @@ -684,7 +684,7 @@ icmp_from_helper (const struct GNUNET_TUN_IcmpHeader *icmp, break; default: GNUNET_STATISTICS_update (stats, - gettext_noop ("# ICMP packets dropped (not allowed)"), + gettext_noop ("# ICMPv6 packets dropped (not allowed)"), 1, GNUNET_NO); return; } -- cgit v1.2.3