MINOR: quic: Make qc_lstnr_pkt_rcv() be thread safe.
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 14 Jun 2021 12:18:10 +0000 (14:18 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commitf3d078d22e6f7c92e4ab416b6c4b4b5b6f5a7347
treee92f7834c4930f3975513d4f4f4e65b37f6cd342
parent01ab6618fe59572f01547c73a2bdd3399d9dd3b6
MINOR: quic: Make qc_lstnr_pkt_rcv() be thread safe.

Modify the I/O dgram handler principal function used to parse QUIC packets
be thread safe. Its role is at least to create new incoming connections
add to two trees protected by the same RW lock. The packets are for now on
fully parsed before possibly creating new connections.
include/haproxy/receiver-t.h
src/proto_quic.c
src/xprt_quic.c