From 15d3e383e696bb0949e596060c50c514ee0dcaeb Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 25 Nov 2014 12:46:51 -0800 Subject: Add ZT_SUPPORT_LEGACY_MULTICAST ifdef to enable the legacy code to all be toggled. --- node/IncomingPacket.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'node/IncomingPacket.hpp') 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); bool _doFRAME(const RuntimeEnvironment *RR,const SharedPtr &peer); bool _doEXT_FRAME(const RuntimeEnvironment *RR,const SharedPtr &peer); +#ifdef ZT_SUPPORT_LEGACY_MULTICAST bool _doP5_MULTICAST_FRAME(const RuntimeEnvironment *RR,const SharedPtr &peer); +#endif bool _doMULTICAST_LIKE(const RuntimeEnvironment *RR,const SharedPtr &peer); bool _doNETWORK_MEMBERSHIP_CERTIFICATE(const RuntimeEnvironment *RR,const SharedPtr &peer); bool _doNETWORK_CONFIG_REQUEST(const RuntimeEnvironment *RR,const SharedPtr &peer); -- cgit v1.2.3