Skip to content

Commit 58b153b

Browse files
committed
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).
1 parent 4902195 commit 58b153b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quic_rx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,7 @@ static int qc_try_rm_hp(struct quic_conn *qc, struct quic_rx_packet *pkt,
15331533

15341534
ret = 1;
15351535
out:
1536-
TRACE_LEAVE(QUIC_EV_CONN_TRMHP, qc);
1536+
TRACE_LEAVE(QUIC_EV_CONN_TRMHP, qc, pkt);
15371537
return ret;
15381538
}
15391539

0 commit comments

Comments
 (0)