]> git.meshlink.io Git - meshlink/commit
Further improve try_bind().
authorGuus Sliepen <guus@meshlink.io>
Fri, 28 Feb 2020 18:25:52 +0000 (19:25 +0100)
committerGuus Sliepen <guus@meshlink.io>
Fri, 28 Feb 2020 18:30:11 +0000 (19:30 +0100)
commit1ab9403c5eb08bcb47e8e1599764b5465c79795b
tree7775f91649aacda973b0c4d3f8bde8ea21d11963
parentb5aaabe0fcb104ef7801a68f4f9e6b77732dbb28
Further improve try_bind().

Make try_bind() do the same checks as add_listen_address() does: try to
create both a TCP and UDP socket on a given port for all address
families. If one address family succeeds for both TCP and UDP, consider
this a valid port.
src/meshlink.c