commit | 8726d633d433e9937315b3a3b898706b1ebdf992 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue May 03 10:32:21 2022 +0200 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Thu May 12 15:11:53 2022 +0200 |
tree | daa387757f4fd3099927871c39ea9d3d0b8850ae | |
parent | cfabb3526be2f6aff9b3cc297225c4f546db8bbf [diff] |
MINOR: quic: Add a debug counter for sendto() errors As we do not have any task to be wake up by the poller after sendto() error, we add an sendto() error counter to the quic_conn struct. Dump its values from qc_send_ppkts().