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

Retry MUST NOT -> cannot be treated as an acknowledgement #3171

Merged
merged 4 commits into from Oct 31, 2019
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 @@ -576,8 +576,8 @@ dictated by packet and time threshold mechanisms; see {{ack-loss-detection}}.
A Retry packet causes a client to send another Initial packet, effectively
restarting the connection process. A Retry packet indicates that the Initial
was received, but not processed. A Retry packet cannot be treated as an
acknowledgment, because it does not specify the packet number of the received
packet.
acknowledgment, because it does not indicate a packet was processed or
ianswett marked this conversation as resolved.
Show resolved Hide resolved
specify the packet number of the packet.

Clients that receive a Retry packet reset congestion control and loss recovery
state, including resetting any pending timers. Other connection state, in
Expand Down