commit | c8d3f873e8e18bf7c51e738ebc8d7f20edae3fdc | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue Jul 06 17:19:44 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Sep 23 15:27:25 2021 +0200 |
tree | b02666ee2df11e8b49a3f942fba0e780b86b4ff1 | |
parent | 98ad56a04980ba4cde83c16dbc57bdb57b4fa16b [diff] |
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.