commit | 22cfdf8d0eacc8c1b8dd9997227e40b9dabaca35 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue Jul 06 15:34:37 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Sep 23 15:27:25 2021 +0200 |
tree | 5855a2c0ab3edb636c9e2bffbc2d7d285f957b05 | |
parent | 9621565b74bc105b43c57ca7b41babb73eddf3a2 [diff] |
MINOR: quic: Add ring buffer definition (struct qring) for QUIC A ring buffer is made of a circular buffer (->cbuf) and must be arrange in a MT_LIST (->mt_list).