pull/455/head
Jeff Becker 5 years ago
parent fcdef8d363
commit 74f9949537
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -1057,8 +1057,11 @@ namespace llarp
}
bool
Endpoint::CheckPathIsDead(path::Path*, llarp_time_t)
Endpoint::CheckPathIsDead(path::Path*, llarp_time_t dlt)
{
if(dlt <= 30000)
return false;
RouterLogic()->call_later(
{100, this, [](void* u, uint64_t, uint64_t left) {
if(left)

Loading…
Cancel
Save