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

Retransmit server initial upon second Initial #3080

Merged
merged 21 commits into from Mar 13, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Expand Up @@ -521,7 +521,7 @@ removed from bytes in flight when the Initial and Handshake keys are discarded.

### Speeding Up Handshake Completion

When a server receives duplicate Initial CRYPTO data, it can assume the client
When a server receives an Initial packet containing duplicate data in a CRYPTO frame, it can assume the client
did not receive all of the server's CRYPTO data sent in Initial packets, or the client's estimated RTT is too
small. When a client receives Handshake or 1-RTT packets prior to obtaining
Handshake keys it may assume some or all of the server's Initial packets were
Expand Down