Skip to content

Commit

Permalink
Improve the irrevokable ACK frame paragraph; add SACK RFC ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri Tikhonov committed Apr 25, 2018
1 parent 8024912 commit 520f722
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-ietf-quic-transport.md
Expand Up @@ -2581,9 +2581,9 @@ received and processed. A sent packet that has never been acknowledged is
missing. The ACK frame contains any number of ACK blocks. ACK blocks are
ranges of acknowledged packets.

QUIC acknowledgements are irrevocable: Once a packet has been acknowledged,
even if it does not appear in a future ACK frame, it remains acknowledged.
(This is unlike TCP SACKs.)
QUIC acknowledgements are irrevocable. Once acknowledged, a packet remains
acknowledged, even if it does not appear in a future ACK frame. This is unlike
TCP SACKs ({{?RFC2018}}).

A client MUST NOT acknowledge Retry packets. Retry packets include the packet
number from the Initial packet it responds to. Version Negotiation packets
Expand Down

0 comments on commit 520f722

Please sign in to comment.