]> git.ipfire.org Git - thirdparty/haproxy.git/commit
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)
committerFrederic Lecaille <flecaille@haproxy.com>
Fri, 13 Dec 2024 18:41:21 +0000 (19:41 +0100)
commit949bc18f660d860b9102360d2b98d0c96e60266c
tree5df6c424761e662aef04a17ada0f851af6cb4f8f
parent0dc0c890ea20f3af76ae4f4f7422718bcd8f6605
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.
src/quic_cc_bbr.c