diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-02-03 23:54:02 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-02-03 23:54:02 -0800 |
| commit | dcb1233b0d5478f2f544a99cf24314155e711050 (patch) | |
| tree | 681f19cc58b72d246ab27d42eb0604c3b3c1507f /node/Peer.cpp | |
| parent | 8a2ff0b31ea5df159b90640ccb9b86e8cb9040bc (diff) | |
| download | infinitytier-dcb1233b0d5478f2f544a99cf24314155e711050.tar.gz infinitytier-dcb1233b0d5478f2f544a99cf24314155e711050.zip | |
Slight refactor to RENEDEZVOUS sending code for federation.
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 50135b9f..129c2437 100644 --- a/node/Peer.cpp +++ b/node/Peer.cpp @@ -446,7 +446,7 @@ void Peer::resetWithinScope(InetAddress::IpScope scope,int inetAddressFamily,uin } } -void Peer::getBestActiveAddresses(uint64_t now,InetAddress &v4,InetAddress &v6) const +void Peer::getRendezvousAddresses(uint64_t now,InetAddress &v4,InetAddress &v6) const { Mutex::Lock _l(_paths_m); |
