MINOR: listener: prefer to retrieve the socket's settings via the receiver
authorWilly Tarreau <w@1wt.eu>
Thu, 3 Sep 2020 05:50:19 +0000 (07:50 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 16 Sep 2020 20:08:07 +0000 (22:08 +0200)
commit818a92e87af02713c40595ccc66fca4cbd785545
treebf0f9ce739ed2c8e7413d62c9d394e04b407cfd8
parenteef454224d85eb167579b62e10ca65a46de23c5d
MINOR: listener: prefer to retrieve the socket's settings via the receiver

Some socket settings used to be retrieved via the listener and the
bind_conf. Now instead we use the receiver and its settings whenever
appropriate. This will simplify the removal of the dependency on the
listener.
src/cli.c
src/listener.c
src/proto_sockpair.c
src/proto_tcp.c
src/proto_udp.c
src/proto_uxst.c
src/session.c
src/sock.c
src/tcp_sample.c