commit | f3d078d22e6f7c92e4ab416b6c4b4b5b6f5a7347 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon Jun 14 14:18:10 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Sep 23 15:27:25 2021 +0200 |
tree | e92f7834c4930f3975513d4f4f4e65b37f6cd342 | |
parent | 01ab6618fe59572f01547c73a2bdd3399d9dd3b6 [diff] |
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.