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

Rewrite of RTT estimation section #2592

Merged
merged 16 commits into from Apr 12, 2019
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Expand Up @@ -229,7 +229,7 @@ forward progress without relying on timeouts.
### Explicit Correction For Delayed Acknowledgements {#ack-delay}

An endpoint measures the delay incurred between when a packet is received and
when the corresponding ACK is sent. The endpoint encodes this host delay for
when the corresponding acknowledgment is sent. The endpoint encodes this host delay for
the largest acknowledged packet in the Ack Delay field of an ACK frame (see
Section 19.3 of {{QUIC-TRANSPORT}}). This allows the receiver of the ACK to
adjust for any host delays - importantly, for delayed acknowledgements - when
Expand Down