]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: quic: Add more information about RX packets
authorFrederic Lecaille <flecaille@haproxy.com>
Tue, 2 Sep 2025 08:48:33 +0000 (10:48 +0200)
committerFrederic Lecaille <flecaille@haproxy.com>
Wed, 3 Sep 2025 07:41:38 +0000 (09:41 +0200)
This patch is very useful to debug issues at RX packet processing level.

Should be easily backported as far as 2.6 (for debug purposes).

src/quic_rx.c

index 3ec92f0ad96757e82a774a3000d6b92a6ad053e2..57cd7abbf40ee5460d7bbf4be2898f87ab5a2dd7 100644 (file)
@@ -1533,7 +1533,7 @@ static int qc_try_rm_hp(struct quic_conn *qc, struct quic_rx_packet *pkt,
 
        ret = 1;
  out:
-       TRACE_LEAVE(QUIC_EV_CONN_TRMHP, qc);
+       TRACE_LEAVE(QUIC_EV_CONN_TRMHP, qc, pkt);
        return ret;
 }