]> git.kaiwu.me - haproxy.git/commit
MEDIUM: mux-quic/xprt_qstrm: implement QMux record emission
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 8 Apr 2026 08:33:10 +0000 (10:33 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 10 Apr 2026 08:20:52 +0000 (10:20 +0200)
commita993f0c5031ded33fb140ad4c712ae174a7d0c2e
tree4dea9cb372388ac969f29188a1fb9bb786c570ac
parent792e055c7c6e089d1cac01faf701d6dabdbb1a4f
MEDIUM: mux-quic/xprt_qstrm: implement QMux record emission

This patch implements emission of the new Record layer for QMux frames.
This handles mux-quic and xprt_qstrm layers as this is performed
similarly in both cases.

Currently, the simplest approach has been prefered : each frame is
encoded in its own record. This is not the most efficient in size but it
is extremely simple to implement for a first interop testing.
src/mux_quic_qstrm.c
src/xprt_qstrm.c