commit | 735b44f5df79705ade56d4569a9f05cf5d3cba41 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Oct 27 17:56:27 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Oct 27 18:35:42 2022 +0200 |
tree | e51997fa2c07bb6930bf6df30ca19f57969faa71 | |
parent | 5de49512520dd60ac63a9c7e4c9de11368de3527 [diff] |
MINOR: quic: add counter for interrupted reception Add a new counter "quic_rxbuf_full". It is incremented each time quic_sock_fd_iocb() is interrupted on full buffer. This should help to debug github issue #1903. It is suspected that QUIC receiver buffers are full which in turn cause quic_sock_fd_iocb() to be called repeatedly resulting in a high CPU consumption.