Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
linux:sysctl [2011/11/10 16:25]
greebo
linux:sysctl [2016/02/23 10:52]
zagi
Line 86: Line 86:
 net.ipv4.ipfrag_time = 30 net.ipv4.ipfrag_time = 30
  
-net.ipv4.tcp_ecn = 1+net.ipv4.tcp_ecn = 0
 net.ipv4.tcp_syncookies = 1 net.ipv4.tcp_syncookies = 1
 net.ipv4.tcp_timestamps = 1 net.ipv4.tcp_timestamps = 1
 +net.ipv4.tcp_sack = 1
  
 # Linux 2.6 has only 32Mb shared memory # Linux 2.6 has only 32Mb shared memory
Line 97: Line 98:
  
 #net.core.somaxconn=512 #net.core.somaxconn=512
 +
 +# recommended for hosts with jumbo frames enabled
 +net.ipv4.tcp_mtu_probing=1
 +
 +net.ipv4.tcp_allowed_congestion_control = highspeed  lp cubic reno
 +net.ipv4.tcp_congestion_control = highspeed
 +
 +net.ipv4.tcp_slow_start_after_idle=0
 +
 </code> </code>
  
linux/sysctl.txt ยท Last modified: 2016/02/23 10:52 by zagi
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready