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

Remove unnecessary pacing text and reword RTO text #977

Merged
merged 6 commits into from
Dec 7, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions draft-ietf-quic-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -856,12 +856,13 @@ Acknowledgement or loss of tail loss probes are treated like any other packet.
## Retransmission Timeout

When retransmissions are sent due to a retransmission timeout alarm, no change
is made to the congestion window until the next acknowledgement arrives. When
an ack arrives, if packets prior to the first retransmission timeout are
acknowledged, then the congestion window remains the same. If no packets prior
to the first retransmission timeout are acknowledged, the retransmission timeout
has been validated and the congestion window must be reduced to the minimum
congestion window and slow start is begun.
is made to the congestion window until the next acknowledgement arrives. The
retransmission timeout is considered spurious when an ack is received that
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: when the next ack acknowleges?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

acknowledges packets sent prior to the first retransmission timeout. The
retransmission timeout is considered valid when an ack is received that
Copy link
Contributor

Choose a reason for hiding this comment

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

same nit

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

acknowledges no packets sent prior to the first retransmission timeout. In this
case, the congestion window MUST be reduced to the minimum congestion window and
slow start is re-entered.

## Pacing

Expand Down