diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-11-25 14:12:33 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-11-25 14:12:33 -0800 |
commit | 0f505411cf40ea0de4c7712003d568d5b8ef882a (patch) | |
tree | e5ea848cd8b2f5f2b9c0e8f4b422789739e22315 /node | |
parent | 15d3e383e696bb0949e596060c50c514ee0dcaeb (diff) | |
download | infinitytier-0f505411cf40ea0de4c7712003d568d5b8ef882a.tar.gz infinitytier-0f505411cf40ea0de4c7712003d568d5b8ef882a.zip |
Enable legacy multicast in Constants.
Diffstat (limited to 'node')
-rw-r--r-- | node/Constants.hpp | 5 |
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 |