mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-13 04:38:28 +00:00
One second delay between NAT-t events.
This commit is contained in:
@ -297,7 +297,7 @@
|
|||||||
/**
|
/**
|
||||||
* Delay between initial direct NAT-t packet and more aggressive techniques
|
* 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)
|
* Size of anti-recursion history (see AntiRecursion.hpp)
|
||||||
|
Reference in New Issue
Block a user