(1) Back off a little on default max multicast limit since 128 is pretty bandwidth heavy, (2) add a little to default multicast rate limit since new MC algo is fairerererer, (3) decided not to involve netconf masters in multicast so take that out of list of who gets LIKEs.
This commit is contained in:
@@ -258,7 +258,7 @@
|
||||
/**
|
||||
* Default maximum number of peers to address with a single multicast (if unspecified in network)
|
||||
*/
|
||||
#define ZT_MULTICAST_DEFAULT_LIMIT 128
|
||||
#define ZT_MULTICAST_DEFAULT_LIMIT 64
|
||||
|
||||
/**
|
||||
* Delay between scans of the topology active peer DB for peers that need ping
|
||||
|
||||
Reference in New Issue
Block a user