From 5bfa29ddedaa918fb0d5912537391f1ca4b0ba07 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 30 Oct 2015 11:09:40 -0700 Subject: Make antirec tail len slightly shorter, better performance and still plenty long enough. --- node/AntiRecursion.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node') 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) -- cgit v1.2.3