Explorar el Código

Update LinuxInit.sh

MoeClub hace 3 años
padre
commit
872e04622d
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      LinuxInit.sh

+ 3 - 2
LinuxInit.sh

@@ -66,10 +66,11 @@ net.ipv4.icmp_echo_ignore_all = 1
 net.ipv6.conf.all.disable_ipv6 = 1
 net.ipv6.conf.all.disable_ipv6 = 1
 
 
 net.ipv4.tcp_fastopen = 0
 net.ipv4.tcp_fastopen = 0
-net.ipv4.tcp_sack = 1
 net.ipv4.tcp_fack = 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 = 0
-net.ipv4.tcp_ecn_fallback = 0
+net.ipv4.tcp_ecn_fallback = 1
 
 
 EOF
 EOF
 sysctl -p
 sysctl -p