mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add "idle" to clarify that legitimate active connections would not be dropped by the pf optimization mode.
This commit is contained in:
parent
cbf4dec9d4
commit
0d5eff9f84
@ -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];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user