]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: account for global congestion window
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 28 Apr 2025 06:52:43 +0000 (08:52 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 29 Apr 2025 13:19:32 +0000 (15:19 +0200)
commite841164a4402118bd7b2e2dc2b5068f21de5d9d2
tree116d10344e13efb883ba2cb2479fcc5acecc1c2d
parent3891456d209febfb1eb2d1d398b5b40602616423
MINOR: quic: account for global congestion window

Use the newly defined cshared type to account for the sum of congestion
window of every QUIC connection. This value is stored in global counter
quic_mem_global defined in proto_quic module.
include/haproxy/proto_quic.h
include/haproxy/quic_cc.h
src/proto_quic.c
src/quic_cc.c
src/quic_conn.c