applications/luci-ffwizard-leipzig: tune tcp defaults
[project/luci.git] / applications / luci-ffwizard-leipzig / luasrc / model / cbi / ffwizard.lua
index f092a60420e2ce52611f867fa29fb3e9462bf7c7..4bab83768888cd6f66b81062f5d71dd8bb683da4 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")