Optimize AntiRecursion.

This commit is contained in:
Adam Ierymenko 2015-10-30 11:48:33 -07:00
parent 5bfa29dded
commit b6725c4415
2 changed files with 42 additions and 29 deletions

View file

@ -309,11 +309,6 @@
*/
#define ZT_NAT_T_TACTICAL_ESCALATION_DELAY 1000
/**
* Size of anti-recursion history (see AntiRecursion.hpp)
*/
#define ZT_ANTIRECURSION_HISTORY_SIZE 16
/**
* Minimum delay between attempts to confirm new paths to peers (to avoid HELLO flooding)
*/