diff options
Diffstat (limited to 'node/Constants.hpp')
| -rw-r--r-- | node/Constants.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/node/Constants.hpp b/node/Constants.hpp index a46937ed..f7000bfe 100644 --- a/node/Constants.hpp +++ b/node/Constants.hpp @@ -231,6 +231,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 * * Announcement occurs when a multicast group is locally joined, but all @@ -245,11 +250,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 */ #define ZT_MULTICAST_LOCAL_POLL_PERIOD 10000 |
