Skip to content

Commit

Permalink
[+] add logs for abandon frame
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanmei-Liu committed Nov 17, 2023
1 parent 633b309 commit 129523a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/transport/xqc_frame.c
Original file line number Diff line number Diff line change
Expand Up @@ -1583,6 +1583,8 @@ xqc_process_path_abandon_frame(xqc_connection_t *conn, xqc_packet_in_t *packet_i
return ret;
}

xqc_log(conn->log, XQC_LOG_DEBUG, "|path abandon|path_id:%ui|", path_id);

xqc_path_ctx_t *path = xqc_conn_find_path_by_dcid_path_id(conn, path_id);

if (path == NULL) {
Expand Down

0 comments on commit 129523a

Please sign in to comment.