Skip to content

Commit

Permalink
[=] add comments for new APIs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanmei-Liu committed Dec 4, 2024
1 parent 3e6ca43 commit 5d89d8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/xquic/xquic.h
Original file line number Diff line number Diff line change
Expand Up @@ -2142,6 +2142,9 @@ xqc_int_t xqc_path_get_local_addr(xqc_connection_t *conn, uint64_t path_id,
struct sockaddr *addr, socklen_t addr_cap, socklen_t *local_addr_len);


/*
* These 2 APIs below is only used for IETF interop tests. Please don't use them for formal logic!
* */
XQC_EXPORT_PUBLIC_API
xqc_int_t xqc_conn_trigger_cid_rotation_on_path(xqc_engine_t *engine, const xqc_cid_t *scid, uint64_t path_id);

Expand Down

0 comments on commit 5d89d8b

Please sign in to comment.