Disable a few noisy TRACEs, and limit how often we confirm new paths to avoid flooding.
This commit is contained in:
parent
1c9ca73065
commit
98bcc3d4b5
5 changed files with 15 additions and 5 deletions
|
@ -317,6 +317,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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue