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 tcp congestion algorithm option in option dialog (gtk3/gtk4/qt6 client only) #1071

Closed
Chilledheart opened this issue Aug 26, 2024 · 1 comment · Fixed by #1072
Closed

Comments

@Chilledheart
Copy link
Owner

No description provided.

@Chilledheart
Copy link
Owner Author

We can read available congestion from procfs file /proc/sys/net/ipv4/tcp_available_congestion_control.

Chilledheart added a commit that referenced this issue Aug 26, 2024
modprobe tcp_congestion before use specified congestion algorithm.

`ls -la /lib/modules/$(uname -r)/kernel/net/ipv4`

Fixes #1071.
Chilledheart added a commit that referenced this issue Aug 26, 2024
modprobe tcp_congestion before use specified congestion algorithm.

`ls -la /lib/modules/$(uname -r)/kernel/net/ipv4`

Fixes #1071.
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 a pull request may close this issue.

1 participant