]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: Dropped packets not counted (with RX buffers full)
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 29 Jun 2022 09:24:35 +0000 (11:24 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Thu, 30 Jun 2022 12:24:04 +0000 (14:24 +0200)
commit95a8dfb4c74658cb7e2e9be63007891931e530a8
tree537f36f174354f363c8478f77753f94bba22842d
parentad548b54a7a56b16dcf51f853b345cf1565dcb24
BUG/MINOR: quic: Dropped packets not counted (with RX buffers full)

When the connection RX buffer is full, the received packets are dropped.
Some of them were not taken into an account by the ->dropped_pkt counter.
This very simple patch has no impact at all on the packet handling workflow.

Must be backported to 2.6.
src/xprt_quic.c