]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: add counters of sent bytes with and without GSO
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 8 Jul 2024 08:51:42 +0000 (10:51 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 11 Jul 2024 09:02:44 +0000 (11:02 +0200)
commitb0990b38f862dac337770fc9be397e6689b808d4
treeec2ee2900e2aa3daf17da28b256a5c73e7dae8a1
parentd0ea173e35342cabc806ba4c2597acc195e86eb2
MINOR: quic: add counters of sent bytes with and without GSO

Add a sent bytes counter for each quic_conn instance. A secondary field
which only account bytes sent via GSO which is useful to ensure if this
is activated.

For the moment, these counters are reported on "show quic" but not
aggregated on proxy quic module stats.
include/haproxy/quic_conn-t.h
src/quic_cli.c
src/quic_tx.c