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 octets #1921

Closed
wants to merge 7 commits into from
Closed

No octets #1921

wants to merge 7 commits into from

Conversation

martinthomson
Copy link
Member

This will get rotty pretty quickly, but the changes are fairly easy to make mechanically for the most part.

@martinthomson martinthomson added the editorial An issue that does not affect the design of the protocol; does not require consensus. label Oct 26, 2018
QUIC's congestion control is based on TCP NewReno {{?RFC6582}}. NewReno is
a congestion window based congestion control. QUIC specifies the congestion
QUIC's congestion control is based on TCP NewReno {{?RFC6582}}. NewReno is a
congestion window based congestion control. QUIC specifies the congestion
Copy link
Contributor

Choose a reason for hiding this comment

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

congestion control algorithm?

@@ -965,8 +964,8 @@ losses or increases in the ECN-CE counter.
## Tail Loss Probe

A TLP packet MUST NOT be blocked by the sender's congestion controller. The
sender MUST however count these bytes as additional bytes-in-flight, since a TLP
adds network load without establishing packet loss.
sender MUST however count TLP packets against bytes-in-flight, since a TLP adds
Copy link
Contributor

Choose a reason for hiding this comment

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

inconsistent use of bytes-in-flight vs bytes_in_flight - technically one might be for text the other for pseudo code.

Copy link
Contributor

Choose a reason for hiding this comment

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

Good point, how about we remove the - here, because it's spelled "bytes in flight" everywhere else.

Copy link
Contributor

@ianswett ianswett left a comment

Choose a reason for hiding this comment

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

Thanks Martin, this looks great.

draft-ietf-quic-recovery.md Outdated Show resolved Hide resolved
draft-ietf-quic-recovery.md Outdated Show resolved Hide resolved
@@ -965,8 +964,8 @@ losses or increases in the ECN-CE counter.
## Tail Loss Probe

A TLP packet MUST NOT be blocked by the sender's congestion controller. The
sender MUST however count these bytes as additional bytes-in-flight, since a TLP
adds network load without establishing packet loss.
sender MUST however count TLP packets against bytes-in-flight, since a TLP adds
Copy link
Contributor

Choose a reason for hiding this comment

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

Good point, how about we remove the - here, because it's spelled "bytes in flight" everywhere else.

ianswett and others added 2 commits October 29, 2018 09:27
Co-Authored-By: martinthomson <martin.thomson@gmail.com>
Co-Authored-By: martinthomson <martin.thomson@gmail.com>
@martinthomson
Copy link
Member Author

Merged manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editorial An issue that does not affect the design of the protocol; does not require consensus.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants