From cdec05af24f129ed12cf2b43eaa876521c358a0b Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 22 May 2015 13:12:14 -0700 Subject: One second delay between NAT-t events. --- node/Constants.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/Constants.hpp b/node/Constants.hpp index 1da10d11..ed227f9f 100644 --- a/node/Constants.hpp +++ b/node/Constants.hpp @@ -297,7 +297,7 @@ /** * Delay between initial direct NAT-t packet and more aggressive techniques */ -#define ZT_NAT_T_TACTICAL_ESCALATION_DELAY 2000 +#define ZT_NAT_T_TACTICAL_ESCALATION_DELAY 1000 /** * Size of anti-recursion history (see AntiRecursion.hpp) -- cgit v1.2.3