try fixing timeout

This commit is contained in:
Jeff Becker 2018-07-02 15:34:00 -04:00
parent fb13c5ce3e
commit 705271e7b8
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -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);
}