commit | c7785b5c26f7e6c453c39a7c4aeaafa0eacad18b | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon May 23 09:08:54 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon May 30 09:59:26 2022 +0200 |
tree | cfb69e19f599329583616358fa900e7658677d0f | |
parent | 748ece68b89d8ffd4a4ad4421e9b1f377697029b [diff] |
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).