mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
Tweak default multicast rate limits.
This commit is contained in:
parent
6a24ac4f00
commit
7c3a446499
1 changed files with 3 additions and 3 deletions
|
@ -274,17 +274,17 @@ error_no_ZT_ARCH_defined;
|
|||
/**
|
||||
* Default balance preload for multicast rate limiters on a network
|
||||
*/
|
||||
#define ZT_MULTICAST_DEFAULT_RATE_PRELOAD 15000.0
|
||||
#define ZT_MULTICAST_DEFAULT_RATE_PRELOAD 20000.0
|
||||
|
||||
/**
|
||||
* Default maximum balance for multicast rate limiters
|
||||
*/
|
||||
#define ZT_MULTICAST_DEFAULT_RATE_MAX_BALANCE 15000.0
|
||||
#define ZT_MULTICAST_DEFAULT_RATE_MAX_BALANCE 20000.0
|
||||
|
||||
/**
|
||||
* Default minimum balance for multicast rate limiters (max debt)
|
||||
*/
|
||||
#define ZT_MULTICAST_DEFAULT_RATE_MIN_BALANCE -15000.0
|
||||
#define ZT_MULTICAST_DEFAULT_RATE_MIN_BALANCE -10000.0
|
||||
|
||||
/**
|
||||
* Delay between scans of the topology active peer DB for peers that need ping
|
||||
|
|
Loading…
Add table
Reference in a new issue