diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-09-22 13:18:24 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-09-22 13:18:24 -0700 |
| commit | 954f9cbc13ab9cf01f6d3efffb3aa5e8a95c0307 (patch) | |
| tree | c9a897ab3244aa553e4067785b9e17ae5ca9522b /node/PacketDecoder.hpp | |
| parent | d9abd4d9be7b160b531a995a20c91d430768fc72 (diff) | |
| download | infinitytier-954f9cbc13ab9cf01f6d3efffb3aa5e8a95c0307.tar.gz infinitytier-954f9cbc13ab9cf01f6d3efffb3aa5e8a95c0307.zip | |
Yet more WIP on mulitcast algo...
Diffstat (limited to 'node/PacketDecoder.hpp')
| -rw-r--r-- | node/PacketDecoder.hpp | 2 |
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); |
