MINOR: quic: Add packet loss and maximum cc window to "show quic"
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 6 Apr 2023 08:19:17 +0000 (10:19 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Thu, 13 Apr 2023 17:20:08 +0000 (19:20 +0200)
commitfad0e6cf7376bfe9ad4e08228918d53285ab6052
tree4c204ef05e1f9f8a8b8b13b050f4538433f67c11
parentf98a8c317e9b13ae7e1d154c13ba8ca1dd6b4ce4
MINOR: quic: Add packet loss and maximum cc window to "show quic"

Add the number of packet losts and the maximum congestion control window computed
by the algorithms to "show quic".
Same thing for the traces of existent congestion control algorithms.

Must be backported to 2.7 and 2.6.
include/haproxy/quic_conn-t.h
include/haproxy/quic_conn.h
include/haproxy/quic_loss-t.h
include/haproxy/quic_loss.h
src/quic_cc_cubic.c
src/quic_cc_newreno.c
src/quic_conn.c
src/quic_loss.c