MINOR: quic: reduce the private data size of QUIC cc algos
authorFrederic Lecaille <flecaille@haproxy.com>
Thu, 12 Dec 2024 11:30:18 +0000 (12:30 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 6 Jan 2025 10:18:29 +0000 (11:18 +0100)
commit2edfe45765ec43fc39dcef383c404791c9f60fc6
tree5f8904fb3899a0dee98d7005c879924247e7a44e
parentf59c1716da72159475be97001b93bfb0e5aba821
MINOR: quic: reduce the private data size of QUIC cc algos

After these commits:

    BUG/MINOR: quic: remove max_bw filter from delivery rate sampling
    BUG/MINOR: quic: fix BBB max bandwidth oscillation issue

where some members were removed from bbr struct, the private data
size of QUIC cc algorithms may be reduced from 160 to 144 uint32_t.

Should be easily backported to 3.1 alonside the commits mentioned above.

(cherry picked from commit eeaeb412dc978bdc9663061d9d2542dc1f7310cb)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
include/haproxy/quic_cc-t.h