summaryrefslogtreecommitdiff
path: root/node/IncomingPacket.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-11-25 12:46:51 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-11-25 12:46:51 -0800
commit15d3e383e696bb0949e596060c50c514ee0dcaeb (patch)
treedb18cb1ee3ff3c7148bc9f467e4e13900cc74caa /node/IncomingPacket.hpp
parent6888c6482cff5330568479899dd011003530ad37 (diff)
downloadinfinitytier-15d3e383e696bb0949e596060c50c514ee0dcaeb.tar.gz
infinitytier-15d3e383e696bb0949e596060c50c514ee0dcaeb.zip
Add ZT_SUPPORT_LEGACY_MULTICAST ifdef to enable the legacy code to all be toggled.
Diffstat (limited to 'node/IncomingPacket.hpp')
-rw-r--r--node/IncomingPacket.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node/IncomingPacket.hpp b/node/IncomingPacket.hpp
index 58a5a542..2102d15e 100644
--- a/node/IncomingPacket.hpp
+++ b/node/IncomingPacket.hpp
@@ -119,7 +119,9 @@ private:
bool _doRENDEZVOUS(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer);
bool _doFRAME(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer);
bool _doEXT_FRAME(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer);
+#ifdef ZT_SUPPORT_LEGACY_MULTICAST
bool _doP5_MULTICAST_FRAME(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer);
+#endif
bool _doMULTICAST_LIKE(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer);
bool _doNETWORK_MEMBERSHIP_CERTIFICATE(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer);
bool _doNETWORK_CONFIG_REQUEST(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer);