]> git.meshlink.io Git - meshlink/commitdiff
Use getsockname() to get a listening sockets actual address in meshlink_stop().
authorGuus Sliepen <guus@meshlink.io>
Mon, 21 May 2018 20:03:47 +0000 (22:03 +0200)
committerGuus Sliepen <guus@meshlink.io>
Mon, 21 May 2018 20:03:47 +0000 (22:03 +0200)
This should be better than sending a packet to the listening address,
which might be a link-local address for which a valid scope-id is
necessary, and which might not be in listen_socket.sa.


No differences found