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 Oct 2, 2018
1 parent 8cf0183 commit 2202c69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft-ietf-quic-recovery.md
Expand Up @@ -439,10 +439,10 @@ ack delay to avoid causing the peer spurious timeouts. The maximum ack delay
is communicated in the `max_ack_delay` transport parameter and the default
value is 25ms.

An acknowledgement SHOULD be sent immediately upon receiving two or more
retransmitable full-sized packets, as TCP does {{?RFC5681}}. QUIC recovery
algorithms, including tail loss probe{{tail-loss-probe}}, assume the peer
generates an acknowledgement immediately when receiving a second full-sized
An acknowledgement SHOULD be sent for every second full-sized packet, as TCP
does {{?RFC5681}}, or may be sent less frequently, as long as the delay does
not exceed the maximum ack delay. QUIC recovery algorithms do not assume the
peer generates an acknowledgement immediately when receiving a second full-sized
packet.

Out-of-order packets SHOULD be acknowledged more quickly, in order to accelerate
Expand Down

0 comments on commit 2202c69

Please sign in to comment.