try fixing timeout

pull/5/head
Jeff Becker 6 years ago
parent fb13c5ce3e
commit 705271e7b8
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -2089,7 +2089,7 @@ namespace iwp
{
// llarp::Debug("Tick - pumping and retransmitting because we're
// eEstablished");
if(now - frame.lastEvent > 1000)
if(now - frame.lastEvent > 200)
{
send_keepalive(this);
}

Loading…
Cancel
Save