Clean dead paths from peers.
This commit is contained in:
parent
acb056e3b1
commit
8e587ae481
5 changed files with 41 additions and 1 deletions
|
@ -165,6 +165,11 @@ public:
|
|||
*/
|
||||
bool sendPing(const RuntimeEnvironment *_r,uint64_t now,bool firstSinceReset);
|
||||
|
||||
/**
|
||||
* Called periodically by Topology::clean() to remove stale paths and do other cleanup
|
||||
*/
|
||||
void clean(uint64_t now);
|
||||
|
||||
/**
|
||||
* @return All known direct paths to this peer
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue