Skip to content

Commit

Permalink
Update quiche/include/quiche.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ghedo authored Nov 27, 2023
1 parent b8e1906 commit d9dcfaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quiche/include/quiche.h
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ void quiche_conn_source_id(const quiche_conn *conn, const uint8_t **out, size_t

typedef struct quiche_connection_id_iter quiche_connection_id_iter;

// Returns all active source connection IDs..
// Returns all active source connection IDs.
quiche_connection_id_iter *quiche_conn_source_ids(quiche_conn *conn);

// Fetches the next id from the given iterator. Returns false if there are
Expand Down

0 comments on commit d9dcfaf

Please sign in to comment.