From: Jo-Philipp Wich Date: Fri, 20 Feb 2009 01:54:06 +0000 (+0000) Subject: applications/luci-ffwizard-leipzig: tune tcp defaults X-Git-Tag: 0.9.0~661 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=47ec8ea5b7b82e2a43c7e4ebbf606b9264c326f9 applications/luci-ffwizard-leipzig: tune tcp defaults --- diff --git a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua index f092a6042..4bab83768 100644 --- a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua +++ b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua @@ -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")