aboutsummaryrefslogtreecommitdiff
path: root/src/tun
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-26 22:06:10 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-26 22:06:10 +0000
commit07454f3717ad7e7f65d0b4e0ae4b56c9a13c4765 (patch)
treeef08c9d1127aca3ee7b0978cbdc27c4b28699ec2 /src/tun
parent1a47d02b5c946fbed31215a9b754b714cd563174 (diff)
downloadgnunet-07454f3717ad7e7f65d0b4e0ae4b56c9a13c4765.tar.gz
gnunet-07454f3717ad7e7f65d0b4e0ae4b56c9a13c4765.zip
-sane default
Diffstat (limited to 'src/tun')
-rw-r--r--src/tun/tun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tun/tun.c b/src/tun/tun.c
index 5086f827e..3370b98e9 100644
--- a/src/tun/tun.c
+++ b/src/tun/tun.c
@@ -30,7 +30,7 @@
30/** 30/**
31 * IP TTL we use for packets that we assemble (8 bit unsigned integer) 31 * IP TTL we use for packets that we assemble (8 bit unsigned integer)
32 */ 32 */
33#define FRESH_TTL 255 33#define FRESH_TTL 64
34 34
35 35
36/** 36/**