mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-15 01:23:14 -07:00
Fix to GitHub issue #140 -- network preferred relays. Also go ahead and allow RENDEZVOUS from regular peers.
This commit is contained in:
parent
960ceb4791
commit
5341e32729
6 changed files with 84 additions and 99 deletions
|
@ -179,9 +179,8 @@ public:
|
|||
*
|
||||
* @param RR Runtime environment
|
||||
* @param now Current time
|
||||
* @return True if there is an active best path (regardless of whether it needed a ping or keepalive), false if no paths
|
||||
*/
|
||||
bool doPingAndKeepalive(const RuntimeEnvironment *RR,uint64_t now);
|
||||
void doPingAndKeepalive(const RuntimeEnvironment *RR,uint64_t now);
|
||||
|
||||
/**
|
||||
* @return All known direct paths to this peer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue