Skip to content

tcp_tsunami adjust for kernel 4.13+(魔改版bbr,解决内核4.13+编译问题)

Notifications You must be signed in to change notification settings

liberal-boy/tcp_tsunami

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

tcp_tsunami

tcp_tsunami adjust for kernel 4.13+(魔改版bbr,解决内核4.13+编译问题)

How to use

  1. Update your kernel to 4.13+. 更新您的内核至4.13+。
  2. Install make gcc. 安装make gcc
  3. Run 执行:
wget https://raw.githubusercontent.com/liberal-boy/tcp_tsunami/master/tcp_tsunami.c
echo "obj-m:=tcp_tsunami.o" > Makefile
make -C /lib/modules/$(uname -r)/build M=`pwd` modules CC=/usr/bin/gcc
insmod tcp_tsunami.ko
cp -rf ./tcp_tsunami.ko /lib/modules/$(uname -r)/kernel/net/ipv4
depmod -a
modprobe tcp_tsunami
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=tsunami" >> /etc/sysctl.conf
sysctl -p
  1. Check 检查 sysctl net.ipv4.tcp_congestion_control

About

tcp_tsunami adjust for kernel 4.13+(魔改版bbr,解决内核4.13+编译问题)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages