mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
One second delay between NAT-t events.
This commit is contained in:
parent
196f27f1f0
commit
cdec05af24
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue