BBR update

This commit is contained in:
jerry048 2023-03-11 15:51:54 +08:00
parent 5fc9b78d98
commit 3b43fa9c1c
2 changed files with 1202 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,8 +11,8 @@ if [[ $distro_codename = buster ]]; then
wget https://raw.githubusercontent.com/jerry048/Seedbox-Components/main/Miscellaneous/BBR/5.10.0/tcp_bbrx.c wget https://raw.githubusercontent.com/jerry048/Seedbox-Components/main/Miscellaneous/BBR/5.10.0/tcp_bbrx.c
kernel_ver=5.10.0 kernel_ver=5.10.0
elif [[ $distro_codename = bullseye ]] ; then elif [[ $distro_codename = bullseye ]] ; then
wget https://raw.githubusercontent.com/jerry048/Seedbox-Components/main/Miscellaneous/BBR/5.15.0/tcp_bbrx.c wget https://raw.githubusercontent.com/jerry048/Seedbox-Components/main/Miscellaneous/BBR/6.0.0/tcp_bbrx.c
kernel_ver=5.15.0 kernel_ver=6.0.0
fi fi
algo=bbrx algo=bbrx
bbr_file=tcp_$algo bbr_file=tcp_$algo