]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Transport parameters dump
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 23 May 2022 07:08:54 +0000 (09:08 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 30 May 2022 07:59:26 +0000 (09:59 +0200)
commitc7785b5c26f7e6c453c39a7c4aeaafa0eacad18b
treecfb69e19f599329583616358fa900e7658677d0f
parent748ece68b89d8ffd4a4ad4421e9b1f377697029b
MINOR: quic: Transport parameters dump

Add quic_transport_params_dump() static inline function to do so for
a quic_transport_parameters struct as parameter.
We use the trace API do dump these transport parameters both
after they have been initialized (RX/local) or received (TX/remote).
include/haproxy/quic_tp.h
include/haproxy/xprt_quic-t.h
src/quic_tp.c
src/xprt_quic.c