From a3bdae9735572fd6d888e6bf29b0302983a7c24c Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 1 Sep 2016 15:43:07 -0700 Subject: Work in progress: Path canonicalization refactor. --- node/Path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Path.cpp') diff --git a/node/Path.cpp b/node/Path.cpp index 5692af66..5592bacc 100644 --- a/node/Path.cpp +++ b/node/Path.cpp @@ -25,7 +25,7 @@ namespace ZeroTier { bool Path::send(const RuntimeEnvironment *RR,const void *data,unsigned int len,uint64_t now) { if (RR->node->putPacket(_localAddress,address(),data,len)) { - sent(now); + _lastOut = now; return true; } return false; -- cgit v1.2.3