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

PADDING counts towards bytes in flight #1540

Merged
merged 10 commits into from
Jul 14, 2018
Merged
6 changes: 3 additions & 3 deletions draft-ietf-quic-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ of frames contained in a packet affect recovery and congestion control logic:
containing at least one frame besides ACK, ACK_ECN, and PADDING are referred
to as retransmittable below.
Copy link
Contributor

Choose a reason for hiding this comment

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

put "retransmittable" in quotes, for clarity


* Long header ackets that contain CRYPTO frames are critical to the performance
of the QUIC handshake and use shorter timers for acknowledgement and
retransmission.
* Long header packets that contain CRYPTO frames are critical to the
performance of the QUIC handshake and use shorter timers for acknowledgement
and retransmission.

* Packets that contain only ACK and ACK_ECN frames do not count toward
congestion control limits and are not considered in-flight. Note that this
Expand Down