]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Implement cubic state trace callback
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 24 Mar 2023 13:09:55 +0000 (14:09 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Fri, 31 Mar 2023 07:54:59 +0000 (09:54 +0200)
commit01314b8b5367a08454a86262afe1311dbdb59706
tree8e5f64244329e2910813786b2690e0c3d6976872
parentdeb978149aba32d2351a744e13902b0749855b42
MINOR: quic: Implement cubic state trace callback

This callback was left as not implemented. It should at least display
the algorithm state, the control congestion window the slow start threshold
and the time of the current recovery period. Should be helpful to debug.

Must be backported to 2.7.
src/quic_cc_cubic.c