]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Add two new stats counters for sendto() errors
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 4 Aug 2022 10:00:00 +0000 (12:00 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 5 Aug 2022 13:27:14 +0000 (15:27 +0200)
commit8ecb7363b5ba5eb850081a79655988d441c0e881
tree3a78d34e844c48c92352d4cd21bfc5d0fe6ba83b
parentaf5138fd0725a917956a7b85df9ac74f11984ceb
MINOR: quic: Add two new stats counters for sendto() errors

Add "quic_socket_full" new stats counter for sendto() errors with EAGAIN as errno.
and "quic_sendto_err" counter for any other error.
include/haproxy/quic_stats-t.h
include/haproxy/xprt_quic-t.h
src/quic_sock.c
src/quic_stats.c
src/xprt_quic.c