MINOR: quic: remove references to burst in quic-cc-algo parsing
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 30 Jan 2025 10:57:55 +0000 (11:57 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Wed, 16 Apr 2025 08:06:34 +0000 (10:06 +0200)
commit2615bb023ef06599cfeb6c891627e28cb7f94530
tree2298b8eb11fbad13cffc179d50406c5047a9ff3f
parentc0d92e80821a4af654c6a4230fa9ab24b35f9ee4
MINOR: quic: remove references to burst in quic-cc-algo parsing

Pacing activation configuration has been recently revamped. Previously,
pacing related quic-cc-algo argument was used to specify a burst size.
It evolved into a boolean value as burst size is dynamically calculated
now. As such, removes any references to the old burst value in config
parsing code for cleaner code.

This should be backported up to 3.1, after a period of observation.

(cherry picked from commit 6acf391e89853f2e74f67183f327ffa2e15112ac)
Signed-off-by: Aurelien DARRAGON <adarragon@haproxy.com>
src/cfgparse-quic.c