diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-02-02 16:34:01 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-02-02 16:34:01 -0800 |
| commit | b1bf3f68c327588132c55fe2fe913d3ec98c0b25 (patch) | |
| tree | c8b1c5d7e0c9b602d3f468b3bf02e24cceabcbe5 /node/IncomingPacket.hpp | |
| parent | 37d23336edb2128621b41eb7975c2bb5ddc9c4c1 (diff) | |
| download | infinitytier-b1bf3f68c327588132c55fe2fe913d3ec98c0b25.tar.gz infinitytier-b1bf3f68c327588132c55fe2fe913d3ec98c0b25.zip | |
Drop support for legacy P5 multicast, as there are fewer than 1% of these remaining on the network.
Diffstat (limited to 'node/IncomingPacket.hpp')
| -rw-r--r-- | node/IncomingPacket.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
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> &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); |
