MINOR: listener: move the backlog setting from listener to bind_conf
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Jan 2023 17:55:13 +0000 (18:55 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 3 Feb 2023 17:00:20 +0000 (18:00 +0100)
commit1920f897d8ffcdbf39d5438f8cc234782b4d4542
treed5366c1e4074813d6c64e5cb14ae51a0842dc8cf
parent882f2485a1f79f30082714958fe6bb141462f83f
MINOR: listener: move the backlog setting from listener to bind_conf

The backlog setting is also defined by the bind_conf, so let's move
it there.
include/haproxy/listener-t.h
src/listener.c