MINOR: listener: move the NOLINGER option to the bind_conf
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Jan 2023 18:37:07 +0000 (19:37 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 3 Feb 2023 17:00:20 +0000 (18:00 +0100)
commitcfb7c2f5155f055bd53488074a1c2e71afb1e6ac
tree17897b707b1bdbceeaf69a17344e6a4f0939a070
parent7dbd4187dc3fc370ef22e9aaf02f2b46cdd0acd5
MINOR: listener: move the NOLINGER option to the bind_conf

It's currently declared per-frontend, though it would make sense to
support it per-line but in no case per-listener. Let's move the option
to a bind_conf option BC_O_NOLINGER.
include/haproxy/listener-t.h
src/cfgparse.c
src/proto_tcp.c