MINOR: quic: specify show quic output fields
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 26 Feb 2024 08:57:05 +0000 (09:57 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 29 Feb 2024 09:03:36 +0000 (10:03 +0100)
commitdda3a0d8fc7e70dc1583244258748f481f970278
tree75cecc3c218e0ba968b034f3fd9c72a49065da04
parentc4f5ff836980c3558ad2f2679d345ce763efdc11
MINOR: quic: specify show quic output fields

Add the possibility to customize show quic full output with only a
specific set of printed fields. This is specified as a comma-separated
list. Here are the currently supported values :
* tp: transport parameters
* sock: connection addresses and socket FD
* pktns: packet number space with ack ranges and in flight bytes
* cc: congestion controler and loss information

Note that streams output is not filtered by this mechanism. It's because
it will be replaced soon by an output generated from the MUX which will
use its owned field name.
doc/management.txt
src/quic_cli.c