summaryrefslogtreecommitdiff
path: root/node/IncomingPacket.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-09-26 14:18:25 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-09-26 14:18:25 -0700
commited0ba4950238c74e2b0115410e0e37b49dd5f26a (patch)
tree0b830183b5dfa42b40ed1a015a6fdafecd26bc5a /node/IncomingPacket.cpp
parent2d41055bdce886722d1b6a355559862016ac964c (diff)
downloadinfinitytier-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.cpp12
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);