mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-18 15:18:17 +00:00
Implement peer serialization and deserialization.
This commit is contained in:
@ -369,7 +369,7 @@ void Peer::tryMemorizedPath(void *tPtr,uint64_t now)
|
||||
_lastTriedMemorizedPath = now;
|
||||
InetAddress mp;
|
||||
if (RR->node->externalPathLookup(tPtr,_id.address(),-1,mp))
|
||||
attemptToContactAt(tPtr,InetAddress(),mp,now,true,0);
|
||||
attemptToContactAt(tPtr,-1,mp,now,true,0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user