diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-06-10 15:25:15 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-06-10 15:25:15 -0700 |
| commit | fb31f93c5295752b5a07d742dae397654c6c8f67 (patch) | |
| tree | 58f6e4bac4e2b8fbc1262d69cfdbb8896faf2c01 /node/PacketDecoder.hpp | |
| parent | f720f04fa0474f936fe306d7c3cf48c4a7d64815 (diff) | |
| download | infinitytier-fb31f93c5295752b5a07d742dae397654c6c8f67.tar.gz infinitytier-fb31f93c5295752b5a07d742dae397654c6c8f67.zip | |
Protocol messages for bridging. GitHub issue #68
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 9552c7fe..0a16ceb3 100644 --- a/node/PacketDecoder.hpp +++ b/node/PacketDecoder.hpp @@ -117,7 +117,7 @@ private: bool _doWHOIS(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer); bool _doRENDEZVOUS(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer); bool _doFRAME(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer); - bool _doBRIDGED_FRAME(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 _doMULTICAST_LIKE(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer); bool _doNETWORK_MEMBERSHIP_CERTIFICATE(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer); |
