]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux: remove last occurences of qcc ring buffer
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 12 Oct 2021 16:14:12 +0000 (18:14 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 13 Oct 2021 14:38:56 +0000 (16:38 +0200)
commit1e308ffc79bfaa3bedff2da90e768d0538f7488f
treeac736596af84345b325461e994ccbd4a32b5daf0
parentcae07919422afa4f865fe325b1248ce26aa8d8c6
MINOR: mux: remove last occurences of qcc ring buffer

The mux tx buffers have been rewritten with buffers attached to qcs
instances. qc_buf_available and qc_get_buf functions are updated to
manipulates qcs. All occurences of the unused qcc ring buffer are
removed to ease the code maintenance.
include/haproxy/mux_quic-t.h
include/haproxy/mux_quic.h
src/mux_quic.c
src/xprt_quic.c