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
6 changes: 3 additions & 3 deletions draft-ietf-quic-recovery.md
Expand Up @@ -528,9 +528,9 @@ Initial was lost.

To speed handshake completion, either peer MAY send a packet containing unacknowledged
Initial CRYPTO data subject to the path validation limits, as though the PTO
expired. A client may send a retransmittable packet if all Initial data has been
acknowledged. The PTO may only be shortened once in this way. Subsequently the PTO
uses the normal calculation with exponential backoff.
expired. A client may send an ack-eliciting packet with no CRYPTO data if all Initial
data has been acknowledged. The PTO may only be shortened once in this way.
Subsequently the PTO uses the normal calculation with exponential backoff.

Peers can also use coalesced packets to ensure each datagram elicits at least one
acknowledgement.
Expand Down