From 1023ef23b7bf6a65fb563f7ba33ed7a20b139e5e Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 11 Jan 2016 09:06:10 -0800 Subject: Remove somewhat ugly and costly anti-recursion hack -- we will switch to more explicit methods. --- node/Path.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'node/Path.cpp') diff --git a/node/Path.cpp b/node/Path.cpp index c67352de..6f595189 100644 --- a/node/Path.cpp +++ b/node/Path.cpp @@ -26,7 +26,6 @@ */ #include "Path.hpp" -#include "AntiRecursion.hpp" #include "RuntimeEnvironment.hpp" #include "Node.hpp" @@ -34,7 +33,6 @@ namespace ZeroTier { bool Path::send(const RuntimeEnvironment *RR,const void *data,unsigned int len,uint64_t now) { - RR->antiRec->logOutgoingZT(data,len); if (RR->node->putPacket(_localAddress,address(),data,len)) { sent(now); return true; -- cgit v1.2.3