Slight refactor to RENEDEZVOUS sending code for federation.
This commit is contained in:
parent
8a2ff0b31e
commit
dcb1233b0d
5 changed files with 72 additions and 109 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue