]> git.meshlink.io Git - meshlink/commitdiff
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)
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.


No differences found