mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 05:13:58 -07:00
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
|
@ -208,7 +208,7 @@ public:
|
|||
* @param v4 Result parameter to receive active IPv4 address, if any
|
||||
* @param v6 Result parameter to receive active IPv6 address, if any
|
||||
*/
|
||||
void getBestActiveAddresses(uint64_t now,InetAddress &v4,InetAddress &v6) const;
|
||||
void getRendezvousAddresses(uint64_t now,InetAddress &v4,InetAddress &v6) const;
|
||||
|
||||
/**
|
||||
* @param now Current time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue