summaryrefslogtreecommitdiffstats
path: root/usr
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:10 -0500
commitbf57f6ba35039d60dea82534ced7075528bc5ed4 (patch)
tree22e0db92232ccd598ba156b642601b7672077edb /usr
parent17a003206ddc28bf10f518cca6f6c8814df63ae9 (diff)
downloadpfsense-bf57f6ba35039d60dea82534ced7075528bc5ed4.zip
pfsense-bf57f6ba35039d60dea82534ced7075528bc5ed4.tar.gz
update description after adaptive start/end default change.
Diffstat (limited to 'usr')
-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