MINOR: quic: Add more information about RX packets

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).
This commit is contained in:
Frederic Lecaille 2025-09-02 10:48:33 +02:00
parent 4902195313
commit 58b153b882

View 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;
}