MINOR: quic: Add transport parameters to "show quic"
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 7 Mar 2023 14:18:02 +0000 (15:18 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 8 Mar 2023 07:50:54 +0000 (08:50 +0100)
commit5e3201ea77cc62291a9fa48fcb7622aaae628553
tree02185090136554d1cf3f0682c7487fe33e66d7e3
parentece86e64c4fa49292954e070003bd2397587755d
MINOR: quic: Add transport parameters to "show quic"

Modify quic_transport_params_dump() and others function relative to the
transport parameters value dump from TRACE() to make their output more
compact.
Add call to quic_transport_params_dump() to dump the transport parameters
from "show quic" CLI command.

Must be backported to 2.7.
include/haproxy/quic_tp.h
src/quic_conn.c