From b1bf3f68c327588132c55fe2fe913d3ec98c0b25 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 2 Feb 2015 16:34:01 -0800 Subject: Drop support for legacy P5 multicast, as there are fewer than 1% of these remaining on the network. --- node/IncomingPacket.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'node/IncomingPacket.hpp') diff --git a/node/IncomingPacket.hpp b/node/IncomingPacket.hpp index 06edb037..817b97cd 100644 --- a/node/IncomingPacket.hpp +++ b/node/IncomingPacket.hpp @@ -119,9 +119,6 @@ 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