]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: quic: use a dedicated module for qc_stream_desc
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 19 Apr 2022 15:21:11 +0000 (17:21 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 21 Apr 2022 09:05:27 +0000 (11:05 +0200)
commit0cc02a345b04556e712ac1c024fe129b8799b4e7
tree8990312a5ab27c4534cb4a38f0a7e2036b3b5f2f
parentda6ad2092ad6ccff0f0503984763ab88fcf7086d
REORG: quic: use a dedicated module for qc_stream_desc

Regroup all type definitions and functions related to qc_stream_desc in
the source file src/quic_stream.c.

qc_stream_desc complexity will be increased with the development of Tx
multi-buffers. Having a dedicated module is useful to mix it with
pure transport/quic-conn code.
Makefile
include/haproxy/mux_quic-t.h
include/haproxy/quic_stream-t.h [new file with mode: 0644]
include/haproxy/quic_stream.h [new file with mode: 0644]
include/haproxy/xprt_quic-t.h
include/haproxy/xprt_quic.h
src/mux_quic.c
src/quic_stream.c [new file with mode: 0644]
src/xprt_quic.c