commit | cbd59c7ab6dbc1b2f6896d3ceb433977eefb2f57 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri May 20 08:11:26 2022 +0200 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Fri May 20 17:11:13 2022 +0200 |
tree | 7fa7ccffd845be8917047e6195348e9daf11b343 | |
parent | 3fd92f69e02319eb49a7c0d1e021982b8b199038 [diff] |
MINOR: quic: QUIC stats counters handling First commit to handle the QUIC stats counters. There is nothing special to say except perhaps for ->conn_openings which is a gauge to count the number of connection openings. It is incremented after having instantiated a quic_conn struct, then decremented when the handshake was successful (handshake completed state) or failed or when the connection timed out without reaching the handshake completed state.