$ sudo sysctl net.ipv4.tcp_reordering=1
$ sudo sysctl net.ipv4.tcp_thin_linear_timeouts=1
$ sudo sysctl net.ipv4.tcp_early_retrans=1
# rto_min 50ms
$ sudo ip route change default via 198.181.32.1 dev eth0 proto static metric 100 rto_min 50ms
$ sudo ip route change 198.181.32.0/20 dev eth0 proto kernel scope link src 198.181.37.111 metric 100 rto_min 50ms
$ sudo ip route change 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 rto_min 50ms
net.ipv4.tcp_allowed_congestion_control = bbr cubic reno
net.ipv4.tcp_available_congestion_control = bbr cubic reno
net.ipv4.tcp_congestion_control = bbr
相关文章
- 02-04HTTP隧道ABPTTS——获取webshell的主机位于内网,并且该内网主机的icmp、dns、tcp和udp协议等都不能出网,唯一的数据通道是webshell搭建正向代理。 根据代理的稳定性、速度
- 02-04在具有Nginx和Gunicorn的生产环境中,使用unix套接字或tcp绑定它们是否更好?
- 02-04[vue-router] route config "component" for path:canot be a string id. Use an actual compone
- 02-04TCP/IP详解 卷一学习笔记(转载)
- 02-04TCP/IP 学习博客
- 02-04CS144学习(2)TCP协议实现
- 02-04Git报错 bad numeric config value '100000' for 'pack.windowmemory': out of range
- 02-04.NET错误The 'targetFramework' attribute in the
element of the Web.config file is used only to target version 4.0 and later of the .NET Framework - 02-04Spring Cloud Config 自动刷新所有节点
- 02-04使用IConfigurationSectionHandler在web.config中增加自定义配置