ping on send idle not recv idle

pull/675/head
Jeff Becker 5 years ago
parent abb1924eef
commit 915b11b0bb
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -230,7 +230,7 @@ namespace llarp
{
if(state != eSessionReady)
return false;
const auto dlt = parent->Now() - lastActive;
const auto dlt = parent->Now() - lastSend;
return dlt >= 10000;
}

Loading…
Cancel
Save