Work in progress: Path canonicalization refactor.
This commit is contained in:
parent
d5e6f59004
commit
a3bdae9735
6 changed files with 120 additions and 171 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue