[go: nahoru, domu]

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

Defer use of handshake transport parameters until the handshake is complete #1188

Open
martinthomson opened this issue Aug 2, 2021 · 0 comments
Labels
p2 Issues that we want to fix

Comments

@martinthomson
Copy link
Member

When the client is sending 0-RTT, I think that it will start using the updated transport parameters from the server immediately after receiving them, rather than waiting for the handshake to complete.

We sort of agreed not to, mostly so that servers that buffer 0-RTT don't have to deal with the new limits in the handshake. That doesn't make a lot of sense, because the next 0-RTT will have to deal with those limits, but that's what the spec says.

We might be able to make the management of transport parameters simpler as a result of doing this.

@ddragana ddragana added the p2 Issues that we want to fix label Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p2 Issues that we want to fix
Projects
None yet
Development

No branches or pull requests

2 participants