Skip to content

Update TCP outstanding to zero if it is negative. - #11523

Open
copybara-service[bot] wants to merge 1 commit into
masterfrom
test/cl734198819
Open

copybara-service[bot] wants to merge 1 commit into
masterfrom
test/cl734198819

Conversation

@copybara-service

Copy link
Copy Markdown

Update TCP outstanding to zero if it is negative.

TCP outstanding calculates the number of acknowledged packets based on the most
recent ACK, which is used for updating congestion state. A negative value
results in incorrect congestion state updates. Make TCP outstanding to zero if
it becomes negative.

TCP outstanding calculates the number of acknowledged packets based on the most
recent ACK, which is used for updating congestion state. A negative value
results in incorrect congestion state updates. Make TCP outstanding to zero if
it becomes negative.

PiperOrigin-RevId: 734198819
@copybara-service copybara-service Bot added the exported Issue was exported automatically label Mar 6, 2025
@zhimin-z

Copy link
Copy Markdown

A friendly reminder that this PR had no activity for 120 days.

1 similar comment
@github-actions

Copy link
Copy Markdown

A friendly reminder that this PR had no activity for 120 days.

@github-actions github-actions Bot added the stale-pr This PR has not been updated in 120 days. label Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

exported Issue was exported automatically stale-pr This PR has not been updated in 120 days.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants