commit | c6bc185c185e366e57beed99ddfe609f7b5507b6 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Jun 30 14:25:10 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Sep 23 15:27:25 2021 +0200 |
tree | f2ba15b317c02205986f0b252138cc8baddbd309 | |
parent | f3d078d22e6f7c92e4ab416b6c4b4b5b6f5a7347 [diff] |
MINOR: quic: Add a ring buffer implementation for QUIC This implementation is inspired from Linux kernel circular buffer implementation (see include/linux/circ-buf.h). Such buffers may be used at the same time both by writer and reader (lock-free).