]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic-be: Do not redispatch the datagrams
authorFrederic Lecaille <flecaille@haproxy.com>
Wed, 10 Jan 2024 10:10:36 +0000 (11:10 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 11 Jun 2025 16:37:34 +0000 (18:37 +0200)
commit266b10b8a4456f87fffdf2a3fca9e990fc9eeb5c
treee30beb4f4e3500c170175ba6a7c56246617e7088
parent89d5a5993364e7ba8426f366839da26d99264452
MINOR: quic-be: Do not redispatch the datagrams

The QUIC datagram redispatch is there to counter the race condition which
exists only for QUIC connections to listener where datagrams may arrive
on the wrong socket between the bind() and connect() calls.
Run this code part only for listeners.
src/quic_sock.c