Skip to content

Commit

Permalink
Update draft-ietf-quic-recovery.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ianswett committed Jan 15, 2019
1 parent 87ac16a commit fba23ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft-ietf-quic-recovery.md
Expand Up @@ -230,10 +230,10 @@ Out-of-order packets SHOULD be acknowledged more quickly, in order to accelerate
loss recovery. The receiver SHOULD send an immediate ACK when it receives a new
packet which is not the next expected one. That is, its packet number is not one
greater than the largest received packet number. A receiver MAY immediately
ack subsequent ack-eliciting packets after first receiving a packet out of order.
A receiver SHOULD NOT send an immediate ACK any time there is a gap in the ACK
frame being sent, because that will cause it to send an ACK in response to every
packet for at least an RTT after a single packet loss.
acknowledge subsequent ack-eliciting packets after first receiving a packet out
of order. A receiver SHOULD NOT send an immediate ACK any time there is a gap
in the ACK frame being sent, because that will cause it to send an ACK in
response to every packet for at least an RTT after a single packet loss.

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 fba23ef

Please sign in to comment.