Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit aa6400a

Browse files
authored
Create bbr.sh
1 parent 6b4673b commit aa6400a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bbr.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
echo $'\nnet.core.default_qdisc=fq\nnet.ipv4.tcp_congestion_control=bbr' >> /etc/sysctl.conf
4+
sysctl -p
5+
echo "VERIFY PLEASE"
6+
sysctl net.ipv4.tcp_congestion_control
7+

0 commit comments

Comments
 (0)