]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: QUIC stats counters handling
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 20 May 2022 06:11:26 +0000 (08:11 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Fri, 20 May 2022 15:11:13 +0000 (17:11 +0200)
commitcbd59c7ab6dbc1b2f6896d3ceb433977eefb2f57
tree7fa7ccffd845be8917047e6195348e9daf11b343
parent3fd92f69e02319eb49a7c0d1e021982b8b199038
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.
include/haproxy/xprt_quic-t.h
src/xprt_quic.c