commit | 2ce99fe4bf22054fbdac84c3a7bb3c31582a00c0 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Jan 19 15:46:11 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Jan 26 16:13:51 2022 +0100 |
tree | 1db66e2f6c84b7eea7a574aebe9ae21af3ae7665 | |
parent | b59b88950a58fdc58b4d95249de2aff756f6238f [diff] |
MINOR: quic: create accept queue for QUIC connections Create a new type quic_accept_queue to handle QUIC connections accept. A queue will be allocated for each thread. It contains a list of listeners which contains at least one quic_conn ready to be accepted and the tasklet to run listener_accept for these listeners.