From 3f0436713d8e956866e06297786d7923544761e5 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 20 Feb 2009 01:56:02 +0000 Subject: [PATCH] Merge r4258 --- .../luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua index 31746c682..23bbfecf8 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") -- 2.25.1