applications/luci-ffwizard-leipzig: tune tcp defaults

This commit is contained in:
Jo-Philipp Wich 2009-02-20 01:54:06 +00:00
parent 80a9bb5e83
commit 47ec8ea5b7

View file

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