commit | eb79145f0189a3c4909808b0116321b3952add72 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue May 24 16:01:39 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon May 30 09:59:26 2022 +0200 |
tree | 658b671fdc1dc38466dc8a8e93bbf819b03acfd9 | |
parent | 91a211fb0804fcd5dceace92765fbfdff35a748f [diff] |
MINOR: quic_stats: Add transport new counters (lost, stateless reset, drop) Add new counters to count the number of dropped packet upon parsing error, lost sent packets and the number of stateless reset packet sent. Take the oppportunity of this patch to rename CONN_OPENINGS to QUIC_ST_HALF_OPEN_CONN (total number of half open connections) and QUIC_ST_HDSHK_FAILS to QUIC_ST_HDSHK_FAIL.