]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Move traces about RX/TX bytes from QUIC_EV_CONN_PRSAFRM event
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 30 Aug 2022 13:25:47 +0000 (15:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 31 Aug 2022 13:20:24 +0000 (15:20 +0200)
commit3a9b94495573b7c87fcc32864d748b0ba33d9f3d
tree157bc755728ed5774f40dd6736af9a4bc5ba672a
parentd8009a1ca6607bfe08978476ae2c77679b2b5453
MINOR: quic: Move traces about RX/TX bytes from QUIC_EV_CONN_PRSAFRM event

Move these traces to QUIC_EV_CONN_SPPKTS trace event. They were displayed
at a useless location. Make them displayed just after having sent a packet
and when checking the anti-amplication limit.
Useful to diagnose issues in relation with the recovery.
src/xprt_quic.c