Browse Source

Make antirec tail len slightly shorter, better performance and still plenty long enough.

Adam Ierymenko 9 years ago
parent
commit
5bfa29dded
1 changed files with 1 additions and 1 deletions
  1. 1 1
      node/AntiRecursion.hpp

+ 1 - 1
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)