]> git.meshlink.io Git - meshlink/commit
Fix outgoing connection attempts after local discovery.
authorGuus Sliepen <guus@meshlink.io>
Mon, 13 Jul 2020 20:31:46 +0000 (22:31 +0200)
committerGuus Sliepen <guus@meshlink.io>
Thu, 15 Apr 2021 18:30:51 +0000 (20:30 +0200)
commit29dbceb7c011b3114cf97bb7712e56b4ed0c5e27
treef5428444ce3c8509527787ebf3047a686be04167
parentf6a9eb00bab9659f28c479dc34c16dc5c28a354d
Fix outgoing connection attempts after local discovery.

We were trying the wrong port due to a forgotten byteswap. Also, if no
address was known at all for a node, there might be an outgoing structure
for it that would never be retried.
src/discovery.c
src/net_socket.c