Skip to content

Commit

Permalink
Update LinuxInit.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MoeClub authored Apr 24, 2022
1 parent 4c75424 commit 872e046
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions LinuxInit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ net.ipv4.icmp_echo_ignore_all = 1
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv4.tcp_fastopen = 0
net.ipv4.tcp_sack = 1
net.ipv4.tcp_fack = 1
net.ipv4.tcp_sack = 1
net.ipv4.tcp_dsack = 1
net.ipv4.tcp_ecn = 0
net.ipv4.tcp_ecn_fallback = 0
net.ipv4.tcp_ecn_fallback = 1
EOF
sysctl -p
Expand Down

0 comments on commit 872e046

Please sign in to comment.