]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Remove the packet number space TX MT_LIST
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 14 Jan 2022 19:23:22 +0000 (20:23 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 20 Jan 2022 15:43:06 +0000 (16:43 +0100)
commit82468ea98e2f0736b08647579d0c6adec8a6cd38
treecd2faa7aab7fc3da8dcea66cfd1dabbd7882b4ae
parent7065dd08957e20949ff0b750b7b13c4170debe91
MINOR: quic: Remove the packet number space TX MT_LIST

There is no need to use an MT_LIST to store frames to send from a packet
number space. This is a reminiscence for multi-threading support for the TX part.
include/haproxy/quic_frame-t.h
include/haproxy/xprt_quic-t.h
include/haproxy/xprt_quic.h
src/mux_quic.c
src/xprt_quic.c