From 4e010da54b3d660376e4d583a2ca3e8befd60899 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 26 Sep 2013 17:45:19 -0400 Subject: Work in progress... --- node/Constants.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'node/Constants.hpp') diff --git a/node/Constants.hpp b/node/Constants.hpp index a46937ed..f7000bfe 100644 --- a/node/Constants.hpp +++ b/node/Constants.hpp @@ -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 */ -- cgit v1.2.3