Work in progress...
This commit is contained in:
parent
24bad9f3d1
commit
4e010da54b
10 changed files with 231 additions and 257 deletions
|
@ -230,6 +230,11 @@ error_no_ZT_ARCH_defined;
|
|||
*/
|
||||
#define ZT_RELAY_MAX_HOPS 3
|
||||
|
||||
/**
|
||||
* Size of multicast deduplication ring buffer in 64-bit ints
|
||||
*/
|
||||
#define ZT_MULTICAST_DEDUP_HISTORY_LENGTH 512
|
||||
|
||||
/**
|
||||
* Period between announcements of all multicast 'likes' in ms
|
||||
*
|
||||
|
@ -244,11 +249,6 @@ error_no_ZT_ARCH_defined;
|
|||
*/
|
||||
#define ZT_MULTICAST_LIKE_EXPIRE ((ZT_MULTICAST_LIKE_ANNOUNCE_ALL_PERIOD * 2) + 1000)
|
||||
|
||||
/**
|
||||
* Expiration for remembered MULTICAST_GOTs, in ms
|
||||
*/
|
||||
#define ZT_MULTICAST_MAGNET_STATE_EXPIRE 30000
|
||||
|
||||
/**
|
||||
* Time between polls of local taps for multicast membership changes
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue