Skip to content

Commit

Permalink
Resolves all but one comment
Browse files Browse the repository at this point in the history
Still quibbling over the word "usually"
  • Loading branch information
martinduke committed Feb 11, 2019
1 parent 34b3a26 commit 7faad22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft-ietf-quic-recovery.md
Expand Up @@ -251,10 +251,10 @@ an ACK immediately when receiving a second ack-eliciting packet.

In order to accelerate loss recovery and reduce timeouts, the receiver SHOULD
send immediate ACKs for an interval after it receives an out-of-order packet.
This interval SHOULD NOT exceed 1/8 RTT unless more out-of-order packets arrive
during the interval. Therefore, if out-of-order packets consistently arrive
within one interval of the previous one, the receiver SHOULD continuously send
immediate ACKs.
This interval SHOULD be between zero (immediately acking only out-of-order
packets) and 1/8 RTT unless more out-of-order packets arrive during the
interval. If every packet arrives out-of-order, then an immediate ACK would be
sent for every received packet.

Similarly, packets marked with the ECN Congestion Experienced (CE) codepoint in
the IP header SHOULD be acknowledged immediately, to reduce the peer's response
Expand Down

0 comments on commit 7faad22

Please sign in to comment.