commit | dc07751ed7ebad10f49081d28a9a5ae785f53d76 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue Jul 26 09:17:19 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Jul 29 17:32:05 2022 +0200 |
tree | 408a7012c3e72b544f407aa0130fac6de68ff373 | |
parent | 843399fd451ac0dd22dd4ed8269cf289c16cf045 [diff] |
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.