MINOR: quic_stats: Add transport new counters (lost, stateless reset, drop)
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 24 May 2022 14:01:39 +0000 (16:01 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 30 May 2022 07:59:26 +0000 (09:59 +0200)
commiteb79145f0189a3c4909808b0116321b3952add72
tree658b671fdc1dc38466dc8a8e93bbf819b03acfd9
parent91a211fb0804fcd5dceace92765fbfdff35a748f
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.
include/haproxy/quic_stats-t.h
include/haproxy/xprt_quic-t.h
src/quic_loss.c
src/quic_stats.c
src/xprt_quic.c