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

Ack Delay and TLP #1796

Merged
merged 14 commits into from Oct 2, 2018
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/default/RECOMMENDED

value is 25ms.

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
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