diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-30 11:09:40 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-30 11:09:40 -0700 |
commit | 5bfa29ddedaa918fb0d5912537391f1ca4b0ba07 (patch) | |
tree | ac7a1bef40e96267521632e5d975a601bd1cd85a /node | |
parent | 80e62ad29180800fd1669aa68515876f0e8add54 (diff) | |
download | infinitytier-5bfa29ddedaa918fb0d5912537391f1ca4b0ba07.tar.gz infinitytier-5bfa29ddedaa918fb0d5912537391f1ca4b0ba07.zip |
Make antirec tail len slightly shorter, better performance and still plenty long enough.
Diffstat (limited to 'node')
-rw-r--r-- | node/AntiRecursion.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/AntiRecursion.hpp b/node/AntiRecursion.hpp index c5aa92d8..4bb24bf3 100644 --- a/node/AntiRecursion.hpp +++ b/node/AntiRecursion.hpp @@ -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) |