]> git.ipfire.org Git - thirdparty/haproxy.git/commit
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)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 30 Jan 2025 16:02:59 +0000 (17:02 +0100)
commit6acf391e89853f2e74f67183f327ffa2e15112ac
tree6b617fb811cfcd2cad34d0cda8f54e337dd9a474
parentbd7a688b8b38901037cd2f9856533a788ebdbdf7
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.
src/cfgparse-quic.c