]> git.kaiwu.me - haproxy.git/commit
MINOR: mux-quic: use QMux transport parameters from qstrm xprt
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 27 Mar 2026 13:29:09 +0000 (14:29 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 2 Apr 2026 12:02:04 +0000 (14:02 +0200)
commitb26178396add5492e3d4a5c30ebb8ce1cc6df149
tree601177447c5ed4304579d957a8bd537747f99c51
parent3c42a7e9acacb2527cbdadff064eacb13715783b
MINOR: mux-quic: use QMux transport parameters from qstrm xprt

Defines an API for xprt_qstrm so that the QMux transport parameters can
be retrieved by the MUX layer on its initialization. This concerns both
local and remote parameters.

Functions xprt_qstrm_lparams/rparams() are defined and exported for
this. They are both used in qmux_init() if QMux protocol is active.
include/haproxy/xprt_qstrm.h [new file with mode: 0644]
src/mux_quic.c
src/xprt_qstrm.c