Skip to content

Commit

Permalink
Should immediately ACK one packet
Browse files Browse the repository at this point in the history
  • Loading branch information
ianswett committed Jan 15, 2019
1 parent b343e2b commit f070e8f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions draft-ietf-quic-recovery.md
Expand Up @@ -229,9 +229,8 @@ receiving a second packet.
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 SHOULD immediately
ack at least three subsequent packets after first receiving a packet out of
order, after which it SHOULD resume delaying acknowledgements. A receiver
greater than the largest received packet number. A receiver MAY immediately
ack subsequent 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,
because that will cause it to send an ACK for every packet for at least an RTT
after a single packet loss.
Expand Down

0 comments on commit f070e8f

Please sign in to comment.