aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-21 22:30:54 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-21 22:30:54 +0000
commit0ac5d4626b676bbccebb1c67a2963277ebf2bc00 (patch)
tree00394b8779638e45a5b9968c4dfdba7d9e83256c /src/vpn
parentc5dc23a6f2cfd4cff8cb13fa50614816dd480843 (diff)
downloadgnunet-0ac5d4626b676bbccebb1c67a2963277ebf2bc00.tar.gz
gnunet-0ac5d4626b676bbccebb1c67a2963277ebf2bc00.zip
-implementing ICMP PT and generation if ICMP payloads on EXIT->TUN link (for both service and Internet exit)
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/gnunet-service-vpn.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/vpn/gnunet-service-vpn.c b/src/vpn/gnunet-service-vpn.c
index 94dadc70b..1a3c6035f 100644
--- a/src/vpn/gnunet-service-vpn.c
+++ b/src/vpn/gnunet-service-vpn.c
@@ -25,13 +25,6 @@
25 * IP traffic received on those IPs via the GNUnet mesh 25 * IP traffic received on those IPs via the GNUnet mesh
26 * @author Philipp Toelke 26 * @author Philipp Toelke
27 * @author Christian Grothoff 27 * @author Christian Grothoff
28 *
29 * TODO:
30 * Basics:
31 * - test!
32 *
33 * Features:
34 * - add back ICMP support (especially needed for IPv6)
35 */ 28 */
36#include "platform.h" 29#include "platform.h"
37#include "gnunet_util_lib.h" 30#include "gnunet_util_lib.h"