]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Replace the RX unprotected packet list by a thread safety one.
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 7 Jun 2021 12:38:18 +0000 (14:38 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commita11d0e26d46f723f85cc449c1ec2440360dbffbc
treee4a3b83320762f87b893c19955b9c3817d2b7af0
parentc28aba2a8d16bf418063f7d90ba84d9c72fd93b4
MINOR: quic: Replace the RX unprotected packet list by a thread safety one.

This list is shared between the I/O dgram handler and the task responsible
for processing the QUIC packets inside.
include/haproxy/xprt_quic-t.h
include/haproxy/xprt_quic.h
src/xprt_quic.c