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

FFI: Add missing quiche_conn_is_dgram_send_queue_full(...) and quiche… #1677

Merged
merged 2 commits into from
Dec 6, 2023

Conversation

normanmaurer
Copy link
Contributor

…_conn_is_dgram_recv_queue_full(...) methods

Motivation:

quiche_conn_is_dgram_send_queue_full(...) and quiche_conn_is_dgram_recv_queue_full(...) is missing in the c API

Modifications:

Add functions to C header / add FFI impl

Result:

Missing functions added

…_conn_is_dgram_recv_queue_full(...) methods

Motivation:

quiche_conn_is_dgram_send_queue_full(...) and quiche_conn_is_dgram_recv_queue_full(...) is missing in the c API

Modifications:

Add functions to C header / add FFI impl

Result:

Missing functions added
@normanmaurer normanmaurer requested a review from a team as a code owner December 4, 2023 13:59
quiche/include/quiche.h Outdated Show resolved Hide resolved
@ghedo ghedo merged commit 68b045f into cloudflare:master Dec 6, 2023
24 checks passed
@ghedo
Copy link
Member

ghedo commented Dec 6, 2023

Merged, thanks @normanmaurer!

@normanmaurer normanmaurer deleted the dgram_missing branch December 8, 2023 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants