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

feat(s2n-quic-core): allow forced PTO transmissions #2130

Merged
merged 3 commits into from
Apr 18, 2024

Conversation

camshaft
Copy link
Contributor

@camshaft camshaft commented Feb 16, 2024

Description of changes:

This change adds a force_transmit method to pto that allows for requesting packet time out probes to be transmitted outside of regular PTO timeouts. on_transmit_once is also added to account for PTO probes sent outside the regular transmission mechanism.

Is this a refactor change? If so, how have you proved that the intended behavior hasn't changed? -->

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

@camshaft camshaft marked this pull request as ready for review April 18, 2024 20:06
@camshaft camshaft enabled auto-merge (squash) April 18, 2024 20:06
@WesleyRosenblum WesleyRosenblum merged commit e0f224b into main Apr 18, 2024
124 of 126 checks passed
@WesleyRosenblum WesleyRosenblum deleted the camshaft/pto-forced branch April 18, 2024 21:18
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