Fix to GitHub issue #140 -- network preferred relays. Also go ahead and allow RENDEZVOUS from regular peers.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user