summaryrefslogtreecommitdiff
path: root/node/PacketDecoder.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-09-22 13:18:24 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-09-22 13:18:24 -0700
commit954f9cbc13ab9cf01f6d3efffb3aa5e8a95c0307 (patch)
treec9a897ab3244aa553e4067785b9e17ae5ca9522b /node/PacketDecoder.hpp
parentd9abd4d9be7b160b531a995a20c91d430768fc72 (diff)
downloadinfinitytier-954f9cbc13ab9cf01f6d3efffb3aa5e8a95c0307.tar.gz
infinitytier-954f9cbc13ab9cf01f6d3efffb3aa5e8a95c0307.zip
Yet more WIP on mulitcast algo...
Diffstat (limited to 'node/PacketDecoder.hpp')
-rw-r--r--node/PacketDecoder.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/PacketDecoder.hpp b/node/PacketDecoder.hpp
index 0d18f1be..971b61b8 100644
--- a/node/PacketDecoder.hpp
+++ b/node/PacketDecoder.hpp
@@ -119,7 +119,7 @@ private:
bool _doRENDEZVOUS(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
bool _doFRAME(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
bool _doEXT_FRAME(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
- bool _doMULTICAST_FRAME(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
+ bool _doP5_MULTICAST_FRAME(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
bool _doMULTICAST_LIKE(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
bool _doNETWORK_MEMBERSHIP_CERTIFICATE(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
bool _doNETWORK_CONFIG_REQUEST(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);