commit | 82c51b561e82100aedbf88c957b2b70a1d83c122 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue May 17 15:01:25 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed May 18 15:16:26 2022 +0200 |
tree | 448ce73db96436de448be450d63f1a3d753c39d0 | |
parent | 80d0572a3151f3cc9799d924aab5b22542d35f31 [diff] |
OPTIM: quic: realign empty Rx buffer quic_rx_pkts_del() function removes packets from QUIC RX buffer. In most cases, the buffer will be emptied after it. In this case, it's useful to realign it. This will avoid future data wrapping and use of an unnecessary junk to fill a too small contiguous space.