applications/luci-ffwizard-leipzig: tune tcp defaults
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 20 Feb 2009 01:54:06 +0000 (01:54 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 20 Feb 2009 01:54:06 +0000 (01:54 +0000)
applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua

index f092a60..4bab837 100644 (file)
@@ -217,7 +217,7 @@ function main.write(self, section, value)
 
        if not has_advanced then
                uci:section("firewall", "advanced", nil,
 
        if not has_advanced then
                uci:section("firewall", "advanced", nil,
-                       { tcp_ecn = "0" })
+                       { tcp_ecn = "0", ip_conntrack_max = "8192", tcp_westwood = "1" })
        end
 
        uci:save("firewall")
        end
 
        uci:save("firewall")