]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: account Rx data per stream
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 24 Mar 2025 10:27:27 +0000 (11:27 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 13 May 2025 13:41:51 +0000 (15:41 +0200)
commit1ccede211c1361c0465191daa3659b3648f5f4e5
tree3d83e46be1ea965af4ab78104a2a09ba5ab2d608
parenta1dc9070e7abe010c1693de9dea67c127577efb5
MINOR: mux-quic: account Rx data per stream

Add counters to measure Rx buffers usage per QCS. This reused the newly
defined bdata_ctr type already used for Tx accounting.

Note that for now, <tot> value of bdata_ctr is not used. This is because
it is not easy to account for data accross contiguous buffers.

These values are displayed both on log/traces and "show quic" output.
include/haproxy/mux_quic-t.h
src/mux_quic.c
src/qmux_trace.c