diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-22 13:12:14 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-22 13:12:14 -0700 |
commit | cdec05af24f129ed12cf2b43eaa876521c358a0b (patch) | |
tree | 213f132795614a03b1819fd8ec778711bd0c7de7 /node | |
parent | 196f27f1f0b0e4162c9e57d9dfe07509d8e28370 (diff) | |
download | infinitytier-cdec05af24f129ed12cf2b43eaa876521c358a0b.tar.gz infinitytier-cdec05af24f129ed12cf2b43eaa876521c358a0b.zip |
One second delay between NAT-t events.
Diffstat (limited to 'node')
-rw-r--r-- | node/Constants.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |