MINOR: listener: move maxseg and tcp_ut to bind_conf
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Jan 2023 17:42:49 +0000 (18:42 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 3 Feb 2023 17:00:20 +0000 (18:00 +0100)
commitee378165fbec985725a2ef9b9bd0137d9439e041
tree33d7ff22853359844b4213f00900be0eb471be3d
parent7866e8e50d13f07c61a36b8d1cd99670f798dfe8
MINOR: listener: move maxseg and tcp_ut to bind_conf

These two arguments were only set and only used with tcpv4/tcpv6. Let's
just store them into the bind_conf instead of duplicating them for all
listeners since they're fixed per "bind" line.
include/haproxy/listener-t.h
src/cfgparse-tcp.c
src/proto_tcp.c
src/session.c