惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
Engineering at Meta
Engineering at Meta
博客园 - 聂微东
博客园 - Franky
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
雷峰网
雷峰网
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
L
LangChain Blog
WordPress大学
WordPress大学
H
Help Net Security
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Y
Y Combinator Blog
Blog — PlanetScale
Blog — PlanetScale
MyScale Blog
MyScale Blog
IT之家
IT之家
酷 壳 – CoolShell
酷 壳 – CoolShell
罗磊的独立博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
Apple Machine Learning Research
Apple Machine Learning Research
云风的 BLOG
云风的 BLOG
博客园 - 【当耐特】
P
Proofpoint News Feed
D
DataBreaches.Net

openSUSE

opensuse42.2 发布,第一时间试了试 openSUSE 安装 AMD 驱动时卡在下载部分了,下载速度很慢,有什么可用的镜像吗? openSUSE Tumbleweed & Factory OpenSUSE 13.2 正式发布 没白换Opensuse,爽爆了,Konsole竟然会卖萌 openSUSE 中文论坛即将上线 关于opensuse software via one-click问题 节点导航
搜了半天 请问 openSUSE leap/Tumbleweed 如何开启 bbr?
fdghjk · 2023-10-29 · via openSUSE

手动创建/etc/sysctl.conf

并写入

net.core.default_qdisc=fq

net.ipv4.tcp_congestion_control=bbr


然后执行:

sysctl net.ipv4.tcp_available_congestion_control

sysctl net.ipv4.tcp_congestion_control

检测 bbr 生效情况 还是显示 cubic 未生效


然后运行sudo sysctl -p,显示:

sysctl: setting key "net.core.default_qdisc": No such file or directory

net.core.default_qdisc = fq

sysctl: setting key "net.ipv4.tcp_congestion_control": No such file or directory

net.ipv4.tcp_congestion_control = bbr


重启服务器也还是这样子 Linux 内核 6.x 5.x 都试了 都不行