Attempt to reactivate dead paths.

This commit is contained in:
Adam Ierymenko 2016-09-02 13:55:33 -07:00
parent 4f8253dcdb
commit 412979ba8f
2 changed files with 10 additions and 2 deletions

View file

@ -162,7 +162,7 @@ public:
*
* @param now Current time
* @param inetAddressFamily Keep this address family alive, or 0 to simply pick current best ignoring family
* @return True if at least one direct path seems alive
* @return True if we have at least one direct path
*/
bool doPingAndKeepalive(uint64_t now,int inetAddressFamily);