Implement peer serialization and deserialization.
This commit is contained in:
parent
4352202349
commit
64758c46b6
5 changed files with 132 additions and 12 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue