From a6c032978f213ce28eeda3b2b16e21e59e0c4b4a Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Mon, 17 Jun 2013 00:15:05 -0500 Subject: add MSS clamping to setup wizard. Now that MTU and MSS are separate, the MTU description was wrong, and both need to be there. --- usr/local/www/wizards/setup_wizard.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'usr/local') diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml index 1f09263..620b334 100644 --- a/usr/local/www/wizards/setup_wizard.xml +++ b/usr/local/www/wizards/setup_wizard.xml @@ -231,7 +231,14 @@ MTU input interfaces->wan->mtu - If you enter a value in this field, then MSS clamping for TCP connections to the value entered above minus 40 (TCP/IP header size) will be in effect. If you leave this field blank, an MTU of 1492 bytes for PPPoE and 1500 bytes for all other connection types will be assumed. + Set the MTU of the WAN interface. If you leave this field blank, an MTU of 1492 bytes for PPPoE and 1500 bytes for all other connection types will be assumed. + + + true + MSS + input + interfaces->wan->mss + If you enter a value in this field, then MSS clamping for TCP connections to the value entered above minus 40 (TCP/IP header size) will be in effect. If you leave this field blank, an MSS of 1492 bytes for PPPoE and 1500 bytes for all other connection types will be assumed. This should match the above MTU value in most all cases. Static IP Configuration -- cgit v1.1