Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix datagram documentation #1817

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions picoquic/picoquic.h
Original file line number Diff line number Diff line change
Expand Up @@ -1363,8 +1363,8 @@ int picoquic_mark_datagram_ready_path(picoquic_cnx_t* cnx, uint64_t unique_path_
* number of bytes at the provided address, and provide a return code 0 from
* the callback in case of success, or non zero in case of error.
*
* There are two variants of "picoquic_callback_prepare_datagram", the old one
* and the new one, "picoquic_callback_prepare_datagram_ex", which adds
* There are two variants of "picoquic_provide_datagram_buffer", the old one
* and the new one, "picoquic_provide_datagram_buffer_ex", which adds
* an "is_active" parameter. This parameter helps handling some cases:
*
* - if the application marked the context ready by mistake, it
Expand Down
Loading