]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux_quic: rename qstrm files to qmux
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 11 May 2026 08:27:01 +0000 (10:27 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 13 May 2026 14:15:48 +0000 (16:15 +0200)
commit57ab169747ead12e8ba60819a8ee30fed9cf14c6
tree425ad61fa6007b0e4dafa7ddcf73a7a525f2b207
parente68d4c9c364ea2f8b031bb6062ca20f50c021d89
MINOR: mux_quic: rename qstrm files to qmux

This is a follow-up on the QUIC MUX renaming process. Now most of "qmux"
generic usages as been replaced in favor of "qcm" naming. The next part
of the renaming is to replace "qstrm" naming with "qmux" for stuffs
related to the new QMux protocol specifically.

This is first applied on filenames. As with the previous renaming,
Makefile and include statements are updated as well to prevent
compilation issues.
Makefile
include/haproxy/qcm_qmux.h [moved from include/haproxy/mux_quic_qstrm.h with 55% similarity]
include/haproxy/xprt_qmux.h [moved from include/haproxy/xprt_qstrm.h with 75% similarity]
src/mux_quic.c
src/qcm_qmux.c [moved from src/mux_quic_qstrm.c with 99% similarity]
src/xprt_qmux.c [moved from src/xprt_qstrm.c with 99% similarity]