]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Add a BUG_ON_HOT() call for too small datagrams
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 20 Feb 2023 13:43:55 +0000 (14:43 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Fri, 3 Mar 2023 18:12:26 +0000 (19:12 +0100)
commitceb88b8f46650e6915a852828e5be7bd350fa702
treeb6d6cddd3d26b426595b343a22ca67568cbb207d
parent69e7118fe9acdad2163da0498a2173f623b74df2
MINOR: quic: Add a BUG_ON_HOT() call for too small datagrams

This should be helpful to detect too small datagrams: datagrams
smaller than 1200 bytes, with Initial packets inside.

Must be backported to 2.7.
src/quic_conn.c