MINOR: quic: Add a pool for TX ring buffer internal buffer
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 4 Aug 2021 13:27:37 +0000 (15:27 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commitdbe25afbe6c40d427ff66a74d3f1225e2db438f6
treedbb185325bf7b11189847f36a5756f2c62aca907
parenta2e954a817d3b988f333d9ed706543735f9db14b
MINOR: quic: Add a pool for TX ring buffer internal buffer

We want to allocate the internal buffer of TX ring buffer from a pool.
This patch add "quic_tx_ring_pool" to do so.
include/haproxy/xprt_quic-t.h
src/xprt_quic.c