commit | 0371cd54d029423b9bff6aec79053a27845ce6bd | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon Dec 13 12:30:54 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Dec 17 08:38:43 2021 +0100 |
tree | a7005cbe879b99d0c5eeccfc33dceb02d417b4d7 | |
parent | d8b844304710b0cee4056d7ddd32fe11f77ed0f7 [diff] |
CLEANUP: quic: Remove cdata_len from quic_tx_packet struct This field is no more useful. Modify the traces consequently. Also initialize ->pn_node.key value to -1, which is an illegal value for QUIC packet number, and display it in traces if different from -1.