From 7b79e0cb8581cf79e6ae934ca6a8355d007472dc Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Mon, 17 Jun 2013 00:15:05 -0500 Subject: [PATCH] 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(-) diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml index 1f09263595..620b334fc7 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