]> git.meshlink.io Git - meshlink/commit
Autoconnect to reachable nodes without known public keys
authorGuus Sliepen <guus@meshlink.io>
Thu, 23 May 2019 21:20:01 +0000 (23:20 +0200)
committerGuus Sliepen <guus@meshlink.io>
Thu, 13 Jun 2019 21:48:14 +0000 (23:48 +0200)
commit9e588a7b6cb4fff70f223bab1ba3120acff1f18b
treed33983342feaa7f7ce549593d7f18c133fed80d9
parent5f3e39a3b08c7d42d23a18a3e5e950e099bc8c57
Autoconnect to reachable nodes without known public keys

We must allow the autoconnect algorithm to try connections to nodes that
are online but for which we don't have a public key, otherwise we risk
that no connections are formed at all, except to the inviting node.
src/net.c