MINOR: quic: remove unused pacing burst in bind_conf/quic_cc_path
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Jan 2025 16:06:04 +0000 (17:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 19 Feb 2025 10:19:38 +0000 (11:19 +0100)
commit20224bf5d0d2cb183f076b272aa8930dcfef3e39
tree6c0f5e0bc265b2605188af42460ba7e67edb2037
parentfa92739c9ccf8f06644b69404ca609071447ed03
MINOR: quic: remove unused pacing burst in bind_conf/quic_cc_path

Pacing burst size is now dynamic. As such, configuration value has been
removed and related fields in bind_conf and quic_cc_path structures can
be safely removed.

This should be backported up to 3.1.

(cherry picked from commit 7896edccdcdcdde7d7d196205b83e4b3b36f3852)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
include/haproxy/listener-t.h
include/haproxy/quic_cc-t.h
include/haproxy/quic_cc.h
src/cfgparse-quic.c
src/listener.c
src/quic_cc.c
src/quic_conn.c