]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: quic: Make usage of ebtrees to store QUIC ACK ranges.
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 30 Nov 2020 15:19:22 +0000 (16:19 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Dec 2020 10:57:26 +0000 (11:57 +0100)
commit8090b51e92f5e45aff424b3722a9f1c8836d7bb9
tree226a4dc834f621ab82d13d5c0497b724ac329768
parentb83b0105e8b1c4ca9fee7b49ddde9721d469aa9c
MAJOR: quic: Make usage of ebtrees to store QUIC ACK ranges.

Store QUIC ACK ranges in ebtrees in place of lists with a 0(n) time complexity
for insertion.
include/haproxy/quic_frame-t.h
include/haproxy/xprt_quic-t.h
include/haproxy/xprt_quic.h
src/quic_frame.c
src/xprt_quic.c