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
4 changes: 2 additions & 2 deletions draft-ietf-quic-recovery.md
Expand Up @@ -523,8 +523,8 @@ removed from bytes in flight when the Initial and Handshake keys are discarded.

When a server receives duplicate Initial CRYPTO data, it can assume the client
ianswett marked this conversation as resolved.
Show resolved Hide resolved
did not receive all Initial CRYPTO data or the client's estimated RTT is too
ianswett marked this conversation as resolved.
Show resolved Hide resolved
small. When a client receives undecryptable packets it may assume the server's
Initial was lost.
small. When a client receives undecryptable Handshake packets it may assume
some or all of the server's Initial was lost.

To speed handshake completion, either peer MAY send a packet containing
ianswett marked this conversation as resolved.
Show resolved Hide resolved
unacknowledged Initial CRYPTO data subject to the path validation limits, as
ianswett marked this conversation as resolved.
Show resolved Hide resolved
Expand Down