summaryrefslogtreecommitdiff
path: root/node/Constants.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Constants.hpp')
-rw-r--r--node/Constants.hpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/node/Constants.hpp b/node/Constants.hpp
index 08ec2243..6b2f6d40 100644
--- a/node/Constants.hpp
+++ b/node/Constants.hpp
@@ -251,18 +251,9 @@ error_no_ZT_ARCH_defined;
#define ZT_MULTICAST_GLOBAL_MAX_DEPTH 500
/**
- * Period between announcements of all multicast 'likes' in ms
- *
- * Announcement occurs when a multicast group is locally joined, but all
- * memberships are periodically re-broadcast. If they're not they will
- * expire.
- */
-#define ZT_MULTICAST_LIKE_ANNOUNCE_ALL_PERIOD 120000
-
-/**
* Expire time for multicast 'likes' in ms
*/
-#define ZT_MULTICAST_LIKE_EXPIRE ((ZT_MULTICAST_LIKE_ANNOUNCE_ALL_PERIOD * 2) + 1000)
+#define ZT_MULTICAST_LIKE_EXPIRE 120000
/**
* Time between polls of local taps for multicast membership changes