Enable legacy multicast in Constants.

This commit is contained in:
Adam Ierymenko 2014-11-25 14:12:33 -08:00
parent 15d3e383e6
commit 0f505411cf

View File

@ -443,4 +443,9 @@
*/ */
#define ZT_TEST_NETWORK_ID 0xffffffffffffffffULL #define ZT_TEST_NETWORK_ID 0xffffffffffffffffULL
/**
* Enable support for legacy <1.0.0 multicast peers (P5)
*/
#define ZT_SUPPORT_LEGACY_MULTICAST 1
#endif #endif