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


No differences found