summaryrefslogtreecommitdiff
path: root/node/IncomingPacket.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-05-30 10:19:45 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-05-30 10:19:45 -0700
commit2ec88e800877cfbc7f007d21f10429bc1b493006 (patch)
treee939d5336dff47819aed39500d44cfdc694395c9 /node/IncomingPacket.hpp
parent36049a940c2d75f61ca92e8e70ed7014283e58a5 (diff)
downloadinfinitytier-2ec88e800877cfbc7f007d21f10429bc1b493006.tar.gz
infinitytier-2ec88e800877cfbc7f007d21f10429bc1b493006.zip
Remove old circuit test code. Rules engine will let us do this much better and more simply.
Diffstat (limited to 'node/IncomingPacket.hpp')
-rw-r--r--node/IncomingPacket.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/node/IncomingPacket.hpp b/node/IncomingPacket.hpp
index 43a1ea10..11b60712 100644
--- a/node/IncomingPacket.hpp
+++ b/node/IncomingPacket.hpp
@@ -138,8 +138,6 @@ private:
bool _doMULTICAST_GATHER(const RuntimeEnvironment *RR,void *tPtr,const SharedPtr<Peer> &peer);
bool _doMULTICAST_FRAME(const RuntimeEnvironment *RR,void *tPtr,const SharedPtr<Peer> &peer);
bool _doPUSH_DIRECT_PATHS(const RuntimeEnvironment *RR,void *tPtr,const SharedPtr<Peer> &peer);
- bool _doCIRCUIT_TEST(const RuntimeEnvironment *RR,void *tPtr,const SharedPtr<Peer> &peer);
- bool _doCIRCUIT_TEST_REPORT(const RuntimeEnvironment *RR,void *tPtr,const SharedPtr<Peer> &peer);
bool _doUSER_MESSAGE(const RuntimeEnvironment *RR,void *tPtr,const SharedPtr<Peer> &peer);
void _sendErrorNeedCredentials(const RuntimeEnvironment *RR,void *tPtr,const SharedPtr<Peer> &peer,const uint64_t nwid);