Skip to content

wgengine/netstack: disable TCP SACK #26

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

Merged
merged 2 commits into from
May 22, 2023
Merged

wgengine/netstack: disable TCP SACK #26

merged 2 commits into from
May 22, 2023

Conversation

mtojek
Copy link
Member

@mtojek mtojek commented May 22, 2023

Related: coder/coder#7388

This PR disables TCP SACK (enabled by default) as in other experiments with MinRTO, MaxRTO tweaking didn't work. The idea is to keep this fix until the issue in gvisor is resolved. It also reverts #24.

I will follow-up with PR to coder/coder.

@mtojek mtojek requested review from mafredri and kylecarbs May 22, 2023 10:54
@mtojek mtojek self-assigned this May 22, 2023
Copy link
Member

@mafredri mafredri left a comment

Choose a reason for hiding this comment

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

I tried this against coder/coder#7414 and it seems like the issue still persists, although perhaps not quite as frequently.

I don't see any harm in disabling this either way though. 👍🏻

@mtojek
Copy link
Member Author

mtojek commented May 22, 2023

I tried this against coder/coder#7414 and it seems like the issue still persists, although perhaps not quite as frequently.

It was my observation too. I'm curious if it helps in the reported use case.

@mtojek mtojek merged commit 0f235cf into main May 22, 2023
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.

2 participants