From 359ce7f97e9ddd6082391def8f27ccceb31a83ce Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 31 Dec 2008 19:02:03 +0000 Subject: disable the MSS fixup hack by default (most ISPs don't require this as a workaround for MTU problems, only some do). this should give a nice speedup for routing on standard-compliant ISPs SVN-Revision: 13788 --- package/firewall/files/firewall.config | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'package/firewall/files/firewall.config') diff --git a/package/firewall/files/firewall.config b/package/firewall/files/firewall.config index e9035199fc..16d688e993 100755 --- a/package/firewall/files/firewall.config +++ b/package/firewall/files/firewall.config @@ -21,6 +21,11 @@ config forwarding option src lan option dest wan +## Enable this option if you encounter any MTU problems +## e.g. some websites work, others do not, submitting +## forms causes problems, ... +# option mtu_fix 1 + ### EXAMPLE CONFIG SECTIONS # do not allow a specific ip to access wan -- cgit v1.2.3