MINOR: quic: refactor BBR API
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 28 Apr 2025 07:22:37 +0000 (09:22 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 20 May 2025 14:27:01 +0000 (16:27 +0200)
commit0122364f119fe16dfecb3bbdd8e3f7ed51ea3885
tree2c09d4909e2718ace816300afd2730af8087ebb5
parent52235aed6248ff32832a24530ca8593610c76903
MINOR: quic: refactor BBR API

Write minor adjustments to QUIC BBR functions. The objective is to
centralize every modification of path cwnd field.

No functional change. This patch will be useful to simplify
implementation of global QUIC Tx memory usage limitation.

(cherry picked from commit c01d4552881301093d982efbfb4734ba5d4c65b6)
[ad: pick to simplify backport of next commit]
Signed-off-by: Amaury Denoyelle <adenoyelle@haproxy.com>
src/quic_cc_bbr.c