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

App or flow control limited #3238

Merged
merged 2 commits into from
Nov 17, 2019
Merged

App or flow control limited #3238

merged 2 commits into from
Nov 17, 2019

Conversation

ianswett
Copy link
Contributor

Fixes #3236

Feel free to suggest any other changes to clarify this.

@ianswett ianswett added editorial An issue that does not affect the design of the protocol; does not require consensus. -recovery labels Nov 16, 2019
@@ -1363,9 +1363,9 @@ acked_packet from sent_packets.
if (InCongestionRecovery(acked_packet.time_sent)):
// Do not increase congestion window in recovery period.
return
if (IsAppLimited()):
if (IsAppOrFowControlLimited()):
Copy link
Contributor

Choose a reason for hiding this comment

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

Fow->Flow

@ianswett ianswett merged commit 204aeb1 into master Nov 17, 2019
@ianswett ianswett deleted the ianswett-apporflow branch November 17, 2019 00:53
martinthomson pushed a commit that referenced this pull request Nov 19, 2019
* App or flow control limited

Fixes #3236

* spelling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-recovery 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.

OnPacketAcknowledgment pseudocode is unclear
2 participants