commit | dbe25afbe6c40d427ff66a74d3f1225e2db438f6 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Aug 04 15:27:37 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Sep 23 15:27:25 2021 +0200 |
tree | dbb185325bf7b11189847f36a5756f2c62aca907 | |
parent | a2e954a817d3b988f333d9ed706543735f9db14b [diff] |
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.