BUG/MINOR: quic: remove max_bw filter from delivery rate sampling
authorFrederic Lecaille <flecaille@haproxy.com>
Thu, 12 Dec 2024 10:50:26 +0000 (11:50 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 6 Jan 2025 10:17:57 +0000 (11:17 +0100)
commit33888565d7eb5bbbf6dec4826654e712827ba824
tree5c524dd629b371718486dd2fda49ba79b4aba601
parentde2116298ea3de7a4b71b1c66a7d4887474f5300
BUG/MINOR: quic: remove max_bw filter from delivery rate sampling

This filter is no more needed after this commit:

 BUG/MINOR: quic: fix BBB max bandwidth oscillation issue.

Indeed, one added this filter at delivery rate sampling level to filter
the BBR max bandwidth estimations and was inspired from ngtcp2 code source when
trying to fix the oscillation issue. But this BBR max bandwidth oscillation issue
was fixed by the aforementioned commit.

Furthermore this code tends to always increment the BBR max bandwidth. From my point
of view, this is not a good idea at all.

Must be backported to 3.1.

(cherry picked from commit 22ab45a3a84d0a9a61cc90c6efedd893dd1cbe4a)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
include/haproxy/quic_cc_drs.h
src/quic_cc_drs.c