]> git.meshlink.io Git - meshlink/commit
Fix discovering node addresses from edges.
authorGuus Sliepen <guus@meshlink.io>
Tue, 20 Nov 2018 15:10:17 +0000 (16:10 +0100)
committerGuus Sliepen <guus@meshlink.io>
Tue, 20 Nov 2018 15:10:17 +0000 (16:10 +0100)
commit91b76031f6b71a589f24deaf8c373b157e34b4f6
tree02cfe3a4276ee47044f12c98743161d888338328
parent06a9d580c37d80c680c3dda2ff8f3c53f487c735
Fix discovering node addresses from edges.

The logic always skipped the first unique address found via edges, and since
in most cases there is only one such address, this would skip them altogether.
src/net_socket.c