]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: QUIC transport parameters split.
authorFrédéric Lécaille <flecaille@haproxy.com>
Sat, 21 May 2022 21:58:40 +0000 (23:58 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 30 May 2022 07:59:26 +0000 (09:59 +0200)
commit748ece68b89d8ffd4a4ad4421e9b1f377697029b
tree3b5d7c6fdc4025179093dea38d59110441225425
parent57ac3faed7ac8384800c71b833475f15107d0f4c
MINOR: quic: QUIC transport parameters split.

Make the transport parameters be standlone as much as possible as
it consists only in encoding/decoding data into/from buffers.
Reduce the size of xprt_quic.h. Unfortunalety, I think we will
have to continue to include <xprt_quic-t.h> to use the trace API
into this module.
Makefile
include/haproxy/quic_tp-t.h [new file with mode: 0644]
include/haproxy/quic_tp.h [new file with mode: 0644]
include/haproxy/xprt_quic-t.h
include/haproxy/xprt_quic.h
src/listener.c
src/mux_quic.c
src/proxy.c
src/quic_tp.c [new file with mode: 0644]
src/ssl_sock.c
src/xprt_quic.c