diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-09-26 14:18:25 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-09-26 14:18:25 -0700 |
| commit | ed0ba4950238c74e2b0115410e0e37b49dd5f26a (patch) | |
| tree | 0b830183b5dfa42b40ed1a015a6fdafecd26bc5a /node/IncomingPacket.cpp | |
| parent | 2d41055bdce886722d1b6a355559862016ac964c (diff) | |
| download | infinitytier-ed0ba4950238c74e2b0115410e0e37b49dd5f26a.tar.gz infinitytier-ed0ba4950238c74e2b0115410e0e37b49dd5f26a.zip | |
A few more revisions to new multicast verbs.
Diffstat (limited to 'node/IncomingPacket.cpp')
| -rw-r--r-- | node/IncomingPacket.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/node/IncomingPacket.cpp b/node/IncomingPacket.cpp index 5924c961..d347f311 100644 --- a/node/IncomingPacket.cpp +++ b/node/IncomingPacket.cpp @@ -893,6 +893,18 @@ bool IncomingPacket::_doNETWORK_CONFIG_REFRESH(const RuntimeEnvironment *RR,cons return true; } +bool IncomingPacket::_doMULTICAST_GATHER(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer) +{ +} + +bool IncomingPacket::_doMULTICAST_FRAME(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer) +{ +} + +void IncomingPacket::_handleMulticastGatherResponse(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer,unsigned int startIdx) +{ +} + void IncomingPacket::_sendErrorNeedCertificate(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer,uint64_t nwid) { Packet outp(source(),RR->identity.address(),Packet::VERB_ERROR); |
