]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Add new traces about by connection RX buffer handling
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 7 Feb 2023 10:40:21 +0000 (11:40 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 17 Feb 2023 16:36:30 +0000 (17:36 +0100)
commit1dbeb35f808391fc55967246db9b4d2ad6693ba9
tree9ac1d4f7f0874fa2de93ad15891e6381ca768e58
parent9fc10aff05462fe88bc117cda20d381dfb2ea9f7
MINOR: quic: Add new traces about by connection RX buffer handling

Move quic_rx_pkts_del() out of quic_conn.h to make it benefit from the TRACE API.
Add traces which already already helped in diagnosing an issue encountered with
ngtcp2 which sent too much 1RTT packets before the handshake completion. This
has been fixed here after having discussed with Tasuhiro on QUIC dev slack:

https://github.com/ngtcp2/ngtcp2/pull/663

Must be backported to 2.7.
include/haproxy/quic_conn.h
src/quic_conn.c