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(s2n-quic-core): always wake application on available datagram capacity #2249

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

camshaft
Copy link
Contributor

@camshaft camshaft commented Jun 13, 2024

Description of changes:

This change fixes #2213.

Testing:

I've written a test covering the case where the capacity limit is hit and the waker is now called. The test failed otherwise.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@camshaft camshaft force-pushed the camshaft/datagram-wake-issue branch 2 times, most recently from e4d4e4f to b047674 Compare June 13, 2024 23:10
@camshaft camshaft marked this pull request as ready for review October 31, 2024 18:35
@camshaft camshaft merged commit fad92d2 into main Oct 31, 2024
130 checks passed
@camshaft camshaft deleted the camshaft/datagram-wake-issue branch October 31, 2024 20:07
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.

Large datagrams erroneously dropped by default datagram Sender
2 participants