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

Retransmitting an ACK frame warning #3049

Merged
merged 5 commits into from Oct 24, 2019
Merged
Changes from all commits
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
8 changes: 5 additions & 3 deletions draft-ietf-quic-transport.md
Expand Up @@ -3172,9 +3172,11 @@ containing that information is acknowledged.
unless the endpoint has sent a RESET_STREAM for that stream. Once an endpoint
sends a RESET_STREAM frame, no further STREAM frames are needed.

* The most recent set of acknowledgments are sent in ACK frames. An ACK frame
SHOULD contain all unacknowledged acknowledgments, as described in
{{sending-acknowledgements}}.
* ACK frames carry the most recent set of acknowledgements and the Ack Delay
from the largest acknowledged packet, as described in
{{sending-acknowledgements}}. Delaying the transmission of packets
containing ACK frames or sending old ACK frames can cause the peer to
generate an inflated RTT sample or unnecessarily disable ECN.

* Cancellation of stream transmission, as carried in a RESET_STREAM frame, is
sent until acknowledged or until all stream data is acknowledged by the peer
Expand Down