summaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-11-25 14:12:33 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-11-25 14:12:33 -0800
commit0f505411cf40ea0de4c7712003d568d5b8ef882a (patch)
treee5ea848cd8b2f5f2b9c0e8f4b422789739e22315 /node
parent15d3e383e696bb0949e596060c50c514ee0dcaeb (diff)
downloadinfinitytier-0f505411cf40ea0de4c7712003d568d5b8ef882a.tar.gz
infinitytier-0f505411cf40ea0de4c7712003d568d5b8ef882a.zip
Enable legacy multicast in Constants.
Diffstat (limited to 'node')
-rw-r--r--node/Constants.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/node/Constants.hpp b/node/Constants.hpp
index 82d25459..c9202fc0 100644
--- a/node/Constants.hpp
+++ b/node/Constants.hpp
@@ -443,4 +443,9 @@
*/
#define ZT_TEST_NETWORK_ID 0xffffffffffffffffULL
+/**
+ * Enable support for legacy <1.0.0 multicast peers (P5)
+ */
+#define ZT_SUPPORT_LEGACY_MULTICAST 1
+
#endif