From 07454f3717ad7e7f65d0b4e0ae4b56c9a13c4765 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 26 Jan 2012 22:06:10 +0000 Subject: [PATCH] -sane default --- src/tun/tun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ /** * IP TTL we use for packets that we assemble (8 bit unsigned integer) */ -#define FRESH_TTL 255 +#define FRESH_TTL 64 /** -- 2.25.1