aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/**