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

Only send increased retire_prior_to value on the last NEW_CONNECTION_ID frame #523

Closed
wants to merge 2 commits into from

Conversation

WesleyRosenblum
Copy link
Contributor

@WesleyRosenblum WesleyRosenblum commented Feb 20, 2021

Issue: #522

Some client implementation are unable to process NEW_CONNECTION_ID frames that retire all existing connection IDs. This means that when the handshake completes and we request to replace the handshake connection ID, the client fails. To improve interoperability with these clients we can apply the retire_prior_to value only after we've given the client a new connection ID to replace the handshake connection ID. Since the minimum active_connection_id_limit is 2, the client should always have room for one more ID without having to retire the handshake connection ID.

Before & After:
Screen Shot 2021-02-19 at 10 06 44 PMScreen Shot 2021-02-19 at 10 08 56 PM

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@WesleyRosenblum
Copy link
Contributor Author

This won't be needed after private-octopus/picoquic#1150 is merged

@WesleyRosenblum
Copy link
Contributor Author

Picoquic merged in their fix (private-octopus/picoquic#1150) and interop is looking much better:
Screen Shot 2021-02-25 at 3 01 08 PM

We don't need this workaround now

@WesleyRosenblum WesleyRosenblum deleted the WesleyRosenblum/cidinterop branch February 26, 2021 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant