]> git.meshlink.io Git - meshlink/commitdiff
Speed up initial autoconnect after joining a mesh.
authorGuus Sliepen <guus@meshlink.io>
Thu, 30 May 2019 21:34:35 +0000 (23:34 +0200)
committerGuus Sliepen <guus@meshlink.io>
Thu, 13 Jun 2019 21:48:14 +0000 (23:48 +0200)
When we just joined a mesh, we quickly want to establish redundant
connections. We do this by resetting the outgoing timer if we receive a
public key for a node that we are trying to connect to, and by speeding up
the autoconnect algorithm if we don't have 3 connections (in progress) yet.


No differences found