]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: Do not probe with too little Initial packets
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 14 Feb 2023 15:00:18 +0000 (16:00 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 17 Feb 2023 16:36:30 +0000 (17:36 +0100)
commit7c6d8f88df0cf08b33776ce8e4279f8813d94085
tree8e1ea48eff52678e46f3ec108d0e602e55d63be1
parent4540053fa6cefbcd4439454100da606687d61a23
BUG/MINOR: quic: Do not probe with too little Initial packets

Before probing the Initial packet number space, verify that we can at least
sent 1200 bytes by datagram. This may not be the case due to the amplification limit.

Must be backported to 2.6 and 2.7.
src/quic_conn.c