diff options
Diffstat (limited to 'node/Constants.hpp')
-rw-r--r-- | node/Constants.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node/Constants.hpp b/node/Constants.hpp index ed1153d5..cefd4863 100644 --- a/node/Constants.hpp +++ b/node/Constants.hpp @@ -318,6 +318,11 @@ #define ZT_MIN_BEACON_RESPONSE_INTERVAL 2500 /** + * Minimum delay between attempts to confirm new paths to peers (to avoid HELLO flooding) + */ +#define ZT_MIN_PATH_CONFIRMATION_INTERVAL 5000 + +/** * Sanity limit on maximum bridge routes * * If the number of bridge routes exceeds this, we cull routes from the |