]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux_quic: define ms_bidi_rel QCC member
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 15 May 2026 14:55:32 +0000 (16:55 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 20 May 2026 07:52:50 +0000 (09:52 +0200)
commit89f3975acc57680518dcac65c697d4fef4d4e196
tree386d226d6b1ffd74945dc52cc3c5209d4728ffa7
parentd21ec4c707270d5b52df5e77b25f8774f6542ac1
MINOR: mux_quic: define ms_bidi_rel QCC member

Add a new QCC member <ms_bidi_rel>. This represents the number of
concurrent streams advertised similarly to ms_bidi, but as a relative
value.

This patch does not introduce any functional change. For now,
<ms_bidi_rel> will be equal to <ms_bidi_init>. However, with the
implementation of stream elasticity and dynamic adjustment for
concurrent max-streams-bidi, the former will be required to keep the
last advertised value.
include/haproxy/mux_quic-t.h
src/mux_quic.c