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

[Kernel Config] enable more net features #98

Merged
merged 1 commit into from
Dec 5, 2024
Merged

Conversation

Andarwinux
Copy link
Contributor

close #97

# CONFIG_TCP_CONG_HTCP is not set
CONFIG_TCP_CONG_BBR=y
CONFIG_DEFAULT_BBR=y

Choose a reason for hiding this comment

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

This was the default for now. Xanmod feature is BBRv3

uname -a
Linux 6.11.10-locietta-WSL2-xanmod1 #1 SMP PREEMPT_DYNAMIC Fri Nov 22 22:48:57 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
zcat /proc/config.gz | grep CONFIG_DEFAULT_BBR
CONFIG_DEFAULT_BBR=y

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I enabled westwood by the way, because it is superior to bbr in wireless network. Since there are multiple available CONG, we need to explicitly specify the default CONG.

@Locietta Locietta merged commit a1c819b into Locietta:main Dec 5, 2024
0 of 8 checks passed
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.

CONFIG_IP_MULTICAST is not set
3 participants