]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: listener: move TCP_FO to bind_conf
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Jan 2023 18:45:58 +0000 (19:45 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 3 Feb 2023 17:00:20 +0000 (18:00 +0100)
commitc492f1b17f0b13a353eeac44e28f4e3bfd0c8561
tree1e88c5823230bbdd3e504f6f85bf6ebfa5d161e6
parentd9b4d21248be9996ff23a25e576669bc24b22371
MINOR: listener: move TCP_FO to bind_conf

It's set per bind line ("tfo") and only used in tcp_bind_listener() so
there's no point keeping the address family tests, let's just store the
flag in the bind_conf under the name BC_O_TCP_FO.
include/haproxy/listener-t.h
src/cfgparse-tcp.c
src/proto_tcp.c