Merge r4258
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 20 Feb 2009 01:56:02 +0000 (01:56 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 20 Feb 2009 01:56:02 +0000 (01:56 +0000)
applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua

index 31746c6827d308562d6b234c7c035a50807e8e37..23bbfecf8912f29b1ce017ee61c2977f8ec22cd1 100644 (file)
@@ -217,7 +217,7 @@ function main.write(self, section, value)
 
        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")