]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Add a debug counter for sendto() errors
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 3 May 2022 08:32:21 +0000 (10:32 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Thu, 12 May 2022 13:11:53 +0000 (15:11 +0200)
commit8726d633d433e9937315b3a3b898706b1ebdf992
treedaa387757f4fd3099927871c39ea9d3d0b8850ae
parentcfabb3526be2f6aff9b3cc297225c4f546db8bbf
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().
include/haproxy/xprt_quic-t.h
src/quic_sock.c
src/xprt_quic.c