CLEANUP: quic: Rename some BBR functions in relation with bw probing
authorFrederic Lecaille <flecaille@haproxy.com>
Fri, 13 Dec 2024 18:36:51 +0000 (19:36 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 6 Jan 2025 10:19:59 +0000 (11:19 +0100)
commit2a7825fe2b25ef9a4ed919c9e02f305bc18149ac
tree554392ccdc3b5613b5eb104505368ce5d8960473
parente4b61c70af709bb743415bc19e9ec8535098ab44
CLEANUP: quic: Rename some BBR functions in relation with bw probing

Rename bbr_is_probing_bw() to bbr_is_in_a_probe_state() and
bbr_is_accelerating_probing_bw() to bbr_is_probing_bw() to match
the function names of the BBR v3 internet draft.

Must be backported to 3.1 to ease any further backport to come.

(cherry picked from commit 949bc18f660d860b9102360d2b98d0c96e60266c)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/quic_cc_bbr.c