]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Send packets as much as possible from qc_send_app_pkts()
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 26 Jul 2022 07:17:19 +0000 (09:17 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 29 Jul 2022 15:32:05 +0000 (17:32 +0200)
commitdc07751ed7ebad10f49081d28a9a5ae785f53d76
tree408a7012c3e72b544f407aa0130fac6de68ff373
parent843399fd451ac0dd22dd4ed8269cf289c16cf045
MINOR: quic: Send packets as much as possible from qc_send_app_pkts()

Add a loop into this function to send more packets from this function
which is called by the mux. It is broken when we could not prepare
packet with qc_prep_app_pkts() due to missing available room in the
buffer used to send packets. This improves the throughput.

Must be backported to 2.6.
src/xprt_quic.c