MINOR: quic: Remove old TX buffer implementation
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 6 Jul 2021 15:19:44 +0000 (17:19 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commitc8d3f873e8e18bf7c51e738ebc8d7f20edae3fdc
treeb02666ee2df11e8b49a3f942fba0e780b86b4ff1
parent98ad56a04980ba4cde83c16dbc57bdb57b4fa16b
MINOR: quic: Remove old TX buffer implementation

We use only ring buffers (struct qring) to prepare and send QUIC datagrams.
We can safely remove the old buffering implementation which was not thread safe.
include/haproxy/xprt_quic-t.h
include/haproxy/xprt_quic.h
src/xprt_quic.c