diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-08-23 13:40:51 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-08-23 13:40:51 -0700 |
| commit | 64758c46b672f8b3182c370aed6b81a07780c093 (patch) | |
| tree | a54729fc85ef374fda98f5203a48c0825dd02f77 /node/Peer.cpp | |
| parent | 4352202349a9059d4cd1fbad7e148ed047d8e47d (diff) | |
| download | infinitytier-64758c46b672f8b3182c370aed6b81a07780c093.tar.gz infinitytier-64758c46b672f8b3182c370aed6b81a07780c093.zip | |
Implement peer serialization and deserialization.
Diffstat (limited to 'node/Peer.cpp')
| -rw-r--r-- | node/Peer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Peer.cpp b/node/Peer.cpp index 986e52ef..127f222c 100644 --- a/node/Peer.cpp +++ b/node/Peer.cpp @@ -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); } } |
