mark nodes timeout on lookup timeout

pull/440/head
Jeff Becker 5 years ago
parent 1882ffc016
commit 8e2b99907f
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -245,6 +245,7 @@ namespace llarp
if(itr->second.IsExpired(now))
{
llarp::LogInfo("lookup for ", itr->first, " timed out");
router->routerProfiling().MarkTimeout(itr->first);
itr = m_PendingRouters.erase(itr);
}
else

Loading…
Cancel
Save