MINOR: quic: Maximum congestion control window for each algo
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 13 Nov 2023 15:55:11 +0000 (16:55 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Mon, 13 Nov 2023 16:53:18 +0000 (17:53 +0100)
commit9021e8935e8aa9870bd21b1a20c533771be7972e
treea1818b0726d9e5facc97c837b1554fd63ac17ff7
parent028a55a1d0749ab5b9be86431b03007c38c83d5e
MINOR: quic: Maximum congestion control window for each algo

Make all the congestion support the maximum congestion control window
set by configuration. There is nothing special to explain. For each
each algo, each time the window is incremented it is also bounded.
include/haproxy/quic_cc-t.h
include/haproxy/quic_conn-t.h
include/haproxy/quic_conn.h
src/quic_cc_cubic.c
src/quic_cc_newreno.c
src/quic_cc_nocc.c
src/quic_conn.c