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

No more Ackable #1211

Merged
merged 13 commits into from Mar 17, 2018
4 changes: 2 additions & 2 deletions draft-ietf-quic-recovery.md
Expand Up @@ -597,7 +597,7 @@ are as follows:

* is_ack_only: A boolean that indicates whether a packet only contains an
ACK frame. If true, it is still expected an ack will be received for
this packet, but it is not congestion controlled.
this packet, but it is not congestion-controlled.

* is_handshake_packet: A boolean that indicates whether a packet contains
handshake data.
Expand Down Expand Up @@ -717,7 +717,7 @@ response to 0RTT packets.

Tail loss probes {{?TLP}} and retransmission timeouts {{?RFC6298}}
are an alarm based mechanism to recover from cases when there are
outstanding congestion controlled packets, but an acknowledgement has
outstanding congestion-controlled packets, but an acknowledgement has
not been received in a timely manner.

The TLP and RTO timers are armed when there is not unacknowledged handshake
Expand Down