]> git.meshlink.io Git - meshlink/commit - src/meshlink.c
Have try_bind() reuse the setup_*_listen_socket() functions.
authorGuus Sliepen <guus@meshlink.io>
Sun, 15 Mar 2020 15:24:34 +0000 (16:24 +0100)
committerGuus Sliepen <guus@meshlink.io>
Sun, 15 Mar 2020 15:24:34 +0000 (16:24 +0100)
commitb70b090a28ff4cbdce29a3ad030f7d51ce9079b2
tree1fd679d5199f38cccff628813114bd83199e125b
parent097f88088e00923b74bc4c38e67feceb162ba4ef
Have try_bind() reuse the setup_*_listen_socket() functions.

This ensures try_bind() configures sockets exactly the same as the actual
listening sockets.
src/meshlink.c
src/net.h
src/net_setup.c