MINOR: quic: Replace the RX list of packet by a thread safety one.
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 7 Jun 2021 08:28:10 +0000 (10:28 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commitc28aba2a8d16bf418063f7d90ba84d9c72fd93b4
treeb7bc19df789dc311b5f697b8790ee3c8b9d1da48
parent1eaec33cb593be6884881ae07f056c71d8e6a9ea
MINOR: quic: Replace the RX list of packet by a thread safety one.

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