]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: define new traces
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 10 Aug 2022 14:58:01 +0000 (16:58 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 11 Aug 2022 13:20:44 +0000 (15:20 +0200)
commit4c9a1642c13499a6ebeb5e300cacdf8f5a342b62
treedcc59fa3f2c89766cd17a2f121ef977b8eafcc0c
parent047d86a34b2f24a163653f9ed829b1049c8f47d1
MINOR: mux-quic: define new traces

Add new traces to help debugging on QUIC MUX. Most notable, the
following functions are now traced :
* qcc_emit_cc
* qcs_free
* qcs_consume
* qcc_decode_qcs
* qcc_emit_cc_app
* qcc_install_app_ops
* qcc_release_remote_stream
* qcc_streams_sent_done
* qc_init
include/haproxy/mux_quic.h
src/mux_quic.c