]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: add a new metric for ncbuf failures quic-interop flx04/quic-interop
authorMaxime Henrion <mhenrion@haproxy.com>
Mon, 23 Feb 2026 16:25:53 +0000 (11:25 -0500)
committerWilly Tarreau <w@1wt.eu>
Mon, 23 Feb 2026 16:47:45 +0000 (17:47 +0100)
commita9dc8e25878013ef6124af6cc9d7fddbf7ab5a38
tree968fa954461e159f2a1050c70b2c3a4a12efb120
parent05d73aa81c6edd0bd80c49c2e0d5e65ffbc90c2e
MINOR: quic: add a new metric for ncbuf failures

This counts the number of times we failed to add data to the ncbuf
buffer because of the gap size limit.
include/haproxy/quic_stats-t.h
src/mux_quic.c
src/quic_stats.c