commit | 8c4d062d25f57ec983ea8e71a3ccc2f1f9ba7b00 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Oct 13 10:11:36 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Oct 13 11:05:41 2022 +0200 |
tree | ee222a1d24e768725c5c2499c9c2332397d2b7a4 | |
parent | e1a49cfd4dc58b1923e99931dd507d2945e5ec8e [diff] |
CLEANUP: quic: remove unused rxbufs member in receiver rxbuf is the structure used to store QUIC datagrams and redispatch them to the connection thread. Each receiver manages a list of rxbuf. This was stored both as an array and a mt_list. Currently, only mt_list is needed so removed <rxbufs> member from receiver structure. This should be backported up to 2.6.