Ver Fonte

Enable legacy multicast in Constants.

Adam Ierymenko há 11 anos atrás
pai
commit
0f505411cf
1 ficheiros alterados com 5 adições e 0 exclusões
  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