summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-03-11 01:37:10 -0500
committerChris Buechler <cmb@pfsense.org>2015-03-11 01:37:27 -0500
commite99affae860d6a009cc67a7bef00474a5bf3ff62 (patch)
treed8c2d38edaf5de8fb7326c3ec8fe8cc7b6dada34
parent80dfff9a2bbadc31a7b60eddcf169fc2c2f01cb7 (diff)
downloadpfsense-e99affae860d6a009cc67a7bef00474a5bf3ff62.zip
pfsense-e99affae860d6a009cc67a7bef00474a5bf3ff62.tar.gz
update description after adaptive start/end default change.
-rw-r--r--usr/local/www/system_advanced_firewall.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_firewall.php b/usr/local/www/system_advanced_firewall.php
index 28bd52c..43c985e 100644
--- a/usr/local/www/system_advanced_firewall.php
+++ b/usr/local/www/system_advanced_firewall.php
@@ -366,7 +366,7 @@ function update_description(itemnum) {
<input name="adaptiveend" type="text" id="adaptiveend" value="<?php echo $pconfig['adaptiveend']; ?>" />
<br /><?=gettext("When reaching this number of state entries, all timeout values become zero, effectively purging all state entries immediately. This value is used to define the scale factor, it should not actually be reached (set a lower state limit, see below).");?>
<br />
- <span class="vexpl"><?=gettext("Note: Leave this blank for the default(0).");?></span>
+ <span class="vexpl"><?=gettext("Note: Leave this blank for the default, which auto-calculates these values from your maximum state table size. Adaptive start is 60% and end is 120% of the state table size by default.");?></span>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud