summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_firewall.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-06-21 09:34:31 -0400
committerjim-p <jimp@pfsense.org>2012-06-21 09:34:31 -0400
commit0d5eff9f84580b74bfaa1e50576565c155f5e2c8 (patch)
treebfab6b88a1444c1689bf6f86af5c5675f86e2197 /usr/local/www/system_advanced_firewall.php
parentcbf4dec9d47b58fe0e7a0ddaa524d871a476a724 (diff)
downloadpfsense-0d5eff9f84580b74bfaa1e50576565c155f5e2c8.zip
pfsense-0d5eff9f84580b74bfaa1e50576565c155f5e2c8.tar.gz
Add "idle" to clarify that legitimate active connections would not be dropped by the pf optimization mode.
Diffstat (limited to 'usr/local/www/system_advanced_firewall.php')
-rw-r--r--usr/local/www/system_advanced_firewall.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced_firewall.php b/usr/local/www/system_advanced_firewall.php
index 0796ce3..9fec26a 100644
--- a/usr/local/www/system_advanced_firewall.php
+++ b/usr/local/www/system_advanced_firewall.php
@@ -203,8 +203,8 @@ include("head.inc");
var descs=new Array(5);
descs[0]="<?=gettext("as the name says, it's the normal optimization algorithm");?>";
descs[1]="<?=gettext("used for high latency links, such as satellite links. Expires idle connections later than default");?>";
-descs[2]="<?=gettext("expires idle connections quicker. More efficient use of CPU and memory but can drop legitimate connections");?>";
-descs[3]="<?=gettext("tries to avoid dropping any legitimate connections at the expense of increased memory usage and CPU utilization.");?>";
+descs[2]="<?=gettext("expires idle connections quicker. More efficient use of CPU and memory but can drop legitimate idle connections");?>";
+descs[3]="<?=gettext("tries to avoid dropping any legitimate idle connections at the expense of increased memory usage and CPU utilization.");?>";
function update_description(itemnum) {
document.forms[0].info.value=descs[itemnum];
OpenPOWER on IntegriCloud