]> 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>
Tue, 26 Jan 2021 20:43:45 +0000 (21:43 +0100)
commit244c5cd1dba4efdfd54aee505baaccf050900c07
treef26d5a2baaee1109d414d89cca7ef4f9bee8d704
parent58e30fc23646284ee535456d5a467f1fbf18af4e
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