]> git.meshlink.io Git - meshlink/commit
Don't use fast timeouts for fully established connections.
authorGuus Sliepen <guus@meshlink.io>
Fri, 25 Sep 2020 19:53:12 +0000 (21:53 +0200)
committerGuus Sliepen <guus@meshlink.io>
Fri, 25 Sep 2020 19:53:12 +0000 (21:53 +0200)
commit46dddb8c778a4713ded29d68d58e410cf4618fc7
treef87390cbe99589b61efd590f89db968999de95f7
parent4e1a12cd6bb10e654ea06647ff1b5553b49c5942
Don't use fast timeouts for fully established connections.

During the fast retry period, we want to have a fast ping timeout until we have
a fully working connection. However, the code still used fast timeouts during
the fast retry window even if the connection was fully established.
src/net.c