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

Add OnPacketSentCC #780

Merged
merged 4 commits into from
Sep 19, 2017
Merged

Add OnPacketSentCC #780

merged 4 commits into from
Sep 19, 2017

Conversation

ianswett
Copy link
Contributor

Also improve pacing text and remove pacing pseudocode.

Also improve pacing text and remove pacing pseudocode.
slow start.
slow start. In order to fairly compete with flows that are not pacing,
it is recommended to not pace the first 10 sent packets when exiting
quiescence.
Copy link
Contributor

Choose a reason for hiding this comment

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

I wonder if this entire section should be removed and left to implementers. But this is fine for now, let's discuss that separately.

@ianswett ianswett merged commit 40c67f3 into master Sep 19, 2017
@@ -693,22 +702,35 @@ follows:
ssthresh = infinite
~~~

### On Packet Sent

Whenever a packet is sent, and is contains non-ACK frames,
Copy link
Member

Choose a reason for hiding this comment

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

Instead of and is contains non-ACK frames, I assume you mean and it contains non-ACK frames,?

@ianswett
Copy link
Contributor Author

Thanks for the comments Nick, I'll try to make sure those end up in my next PR.

@MikeBishop MikeBishop deleted the ianswett-onpacketsentcc branch September 23, 2017 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants