commit | 48f8e1925b7e30c1a0b04c37f94108af766b461c | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue Jul 06 15:39:26 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Sep 23 15:27:25 2021 +0200 |
tree | 672dbe597a7c0cdbab64995238ef082a29702b84 | |
parent | 22cfdf8d0eacc8c1b8dd9997227e40b9dabaca35 [diff] |
MINOR: proto_quic: Allocate TX ring buffers for listeners We allocate an array of QUIC ring buffer, one by thread, and arranges them in a MT_LIST. Everything is allocated or nothing: we do not want to usse an incomplete array of ring buffers to ensure that each thread may safely acquire one of these buffers.