]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: complete functions to detect stream type
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 7 Feb 2022 10:44:17 +0000 (11:44 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 4 Mar 2022 16:00:12 +0000 (17:00 +0100)
commit0dc40f06d1ed51e8412c40aa5d8a8707216bd70b
tree86d3447e762b61c88aa0741851d98f35e9654244
parent749cb647b1405c2ed6f233dd43ba542e62a2eea5
MINOR: mux-quic: complete functions to detect stream type

Improve the functions used to detect the stream characteristics :
uni/bidirectional and local/remote initiated.

Most notably, these functions are now designed to work transparently for
a MUX in the frontend or backend side. For this, we use the connection
to determine the current MUX side. This will be useful if QUIC is
implemented on the server side.
include/haproxy/mux_quic.h
src/mux_quic.c