Skip to content

Commit 0d5eff9

Browse files
committed
Add "idle" to clarify that legitimate active connections would not be dropped by the pf optimization mode.
1 parent cbf4dec commit 0d5eff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

usr/local/www/system_advanced_firewall.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@
203203
var descs=new Array(5);
204204
descs[0]="<?=gettext("as the name says, it's the normal optimization algorithm");?>";
205205
descs[1]="<?=gettext("used for high latency links, such as satellite links. Expires idle connections later than default");?>";
206-
descs[2]="<?=gettext("expires idle connections quicker. More efficient use of CPU and memory but can drop legitimate connections");?>";
207-
descs[3]="<?=gettext("tries to avoid dropping any legitimate connections at the expense of increased memory usage and CPU utilization.");?>";
206+
descs[2]="<?=gettext("expires idle connections quicker. More efficient use of CPU and memory but can drop legitimate idle connections");?>";
207+
descs[3]="<?=gettext("tries to avoid dropping any legitimate idle connections at the expense of increased memory usage and CPU utilization.");?>";
208208

209209
function update_description(itemnum) {
210210
document.forms[0].info.value=descs[itemnum];

0 commit comments

Comments
 (0)