]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Move code to wakeup the timer task to avoid anti-amplication deadlock
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 8 Feb 2023 15:08:28 +0000 (16:08 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 17 Feb 2023 16:36:30 +0000 (17:36 +0100)
commit75c8ad549002b01de0b0d139a26b356973af57a9
treea67d955d77617b3367c27cd32f2f675c25954ac8
parent1dbeb35f808391fc55967246db9b4d2ad6693ba9
MINOR: quic: Move code to wakeup the timer task to avoid anti-amplication deadlock

This code was there because the timer task was not running on the same thread
as the one which parse the QUIC packets. Now that this is no more the case,
we can wake up this task directly.

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