浏览代码

Enable legacy multicast in Constants.

Adam Ierymenko 11 年之前
父节点
当前提交
0f505411cf
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      node/Constants.hpp

+ 5 - 0
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