commit | c492f1b17f0b13a353eeac44e28f4e3bfd0c8561 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 12 19:45:58 2023 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 03 18:00:20 2023 +0100 |
tree | 1e88c5823230bbdd3e504f6f85bf6ebfa5d161e6 | |
parent | d9b4d21248be9996ff23a25e576669bc24b22371 [diff] |
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.