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-events): add search_completed boolean to mtu updated event #2322

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

WesleyRosenblum
Copy link
Contributor

@WesleyRosenblum WesleyRosenblum commented Sep 18, 2024

Description of changes:

This change adds a search_completed boolean field to the mtu_updated event, to indicate when MTU probing has completed

Call-outs:

At the time the MTU is changed (after a probe is acked for example), we often don't know if that MTU value is going to be the final MTU, so the search_completed flag will be false. It some cases, the MTU may not change again, but we this PR will emit an additional mtu_updated event in these cases to update the search_completed flag.

Testing:

Added tests and integration tests

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

@WesleyRosenblum WesleyRosenblum marked this pull request as ready for review September 19, 2024 00:39
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