]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: define buf_in_flight
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 13 Aug 2024 06:51:46 +0000 (08:51 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 20 Aug 2024 15:17:17 +0000 (17:17 +0200)
commit000976af58c677545d2870596d833843e902864a
treedf786892a1de795354030805d5d32d4851f71dbb
parentf9777bea30c12b26ec00962c50762f984f2b3b22
MINOR: mux-quic: define buf_in_flight

Define a new QCC counter named <buf_in_flight>. Its purpose is to
account the current sum of all allocated stream buffer size used on
emission.

For this moment, this counter is updated and buffer allocation and
deallocation. It will be used to replace <avail_bufs> once congestion
window is used as limit for buffer allocation in a future commit.
include/haproxy/mux_quic-t.h
include/haproxy/mux_quic.h
src/mux_quic.c
src/quic_stream.c