]> git.kaiwu.me - haproxy.git/commit
CLEANUP: listener: replace bind_conf->quic_force_retry with BC_O_QUIC_FORCE_RETRY
authorWilly Tarreau <w@1wt.eu>
Fri, 20 May 2022 14:06:01 +0000 (16:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 20 May 2022 16:41:51 +0000 (18:41 +0200)
commit787e92a4fb1d48a555ed90ad9b7528f20c9eb3d0
treed746dcde085baad656bb8aa603c458358e703a20
parent1ea6e6a17f8ebb6f155c8d18bee5328d809eefdd
CLEANUP: listener: replace bind_conf->quic_force_retry with BC_O_QUIC_FORCE_RETRY

It was only set and used once, let's replace it now and take it out of
the ifdef.
include/haproxy/listener-t.h
src/cfgparse-quic.c
src/xprt_quic.c