Skip to content

Commit

Permalink
WIP: quic: Add datagram trace about its DCID
Browse files Browse the repository at this point in the history
  • Loading branch information
haproxyFred committed Sep 2, 2024
1 parent 56ee981 commit 7c83896
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/quic_sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,8 @@ int qc_rcv_buf(struct quic_conn *qc)
continue;
}

TRACE_DEVEL("read datagram", QUIC_EV_CONN_RCV, qc, new_dgram);

if (!qc_check_dcid(qc, new_dgram->dcid, new_dgram->dcid_len)) {
/* Datagram received by error on the connection FD, dispatch it
* to its associated quic-conn.
Expand Down

0 comments on commit 7c83896

Please sign in to comment.