mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 03:56:54 +02:00
Make antirec tail len slightly shorter, better performance and still plenty long enough.
This commit is contained in:
parent
80e62ad291
commit
5bfa29dded
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
namespace ZeroTier {
|
||||
|
||||
#define ZT_ANTIRECURSION_TAIL_LEN 256
|
||||
#define ZT_ANTIRECURSION_TAIL_LEN 128
|
||||
|
||||
/**
|
||||
* Filter to prevent recursion (ZeroTier-over-ZeroTier)
|
||||
|
|
Loading…
Add table
Reference in a new issue