diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-02-20 01:54:06 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-02-20 01:54:06 +0000 |
commit | 47ec8ea5b7b82e2a43c7e4ebbf606b9264c326f9 (patch) | |
tree | 35205f195673a47da722c143435f4de5cc8f04ba /applications/luci-ffwizard-leipzig | |
parent | 80a9bb5e8368b2974b28ce7d0f645b9fe7fe3054 (diff) |
applications/luci-ffwizard-leipzig: tune tcp defaults
Diffstat (limited to 'applications/luci-ffwizard-leipzig')
-rw-r--r-- | applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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") |