Skip to content

Commit

Permalink
Update bbr.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HamedAp authored Jan 29, 2024
1 parent 0d3ccb8 commit 2d604e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbr.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if grep -q -E '^shahanbbr$' /etc/sysctl.conf; then
echo "all good, do nothing";
else
echo "shahanbbr
echo "#shahanbbr
net.ipv4.tcp_window_scaling = 1
net.core.rmem_max = 16777216
net.core.wmem_max = 16777216
Expand Down

0 comments on commit 2d604e6

Please sign in to comment.