Browse Source

One second delay between NAT-t events.

pull/1/head
Adam Ierymenko 11 years ago
parent
commit
cdec05af24
  1. 2
      node/Constants.hpp

2
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)

Loading…
Cancel
Save