mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-03 18:11:06 +02:00
Define a new XPRT layer for the new QMux protocol. Its role will be to perform the initial exchange of transport parameters. On completion, contrary to XPRT handshake, xprt_qstrm will first init the MUX and then removes itself. This will be necessary so that the parameters can be retrieved by the MUX during its initialization. This patch only declares the new xprt_qstrm along with basic operations. Future commits will implement the proper reception/emission steps.