net.ipv4.tcp_default_win_scale removed in 2.6.10, use
authorAaron Klingaman <alk@cs.princeton.edu>
Tue, 5 Apr 2005 19:09:51 +0000 (19:09 +0000)
committerAaron Klingaman <alk@cs.princeton.edu>
Tue, 5 Apr 2005 19:09:51 +0000 (19:09 +0000)
net.ipv4.tcp_window_scaling instead

conf_files/sysctl.conf

index 71acc76..e09cf0c 100644 (file)
@@ -18,4 +18,4 @@ kernel.core_uses_pid = 1
 
 # TCP window scaling and broken routers
 net.ipv4.tcp_moderate_rcvbuf=0
-net.ipv4.tcp_default_win_scale=0
+net.ipv4.tcp_window_scaling=0