Commit 0d5eff9 1 parent cbf4dec commit 0d5eff9 Copy full SHA for 0d5eff9
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 203
203
var descs=new Array(5);
204
204
descs[0]="<?= gettext ("as the name says, it's the normal optimization algorithm " );?> ";
205
205
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. " );?> ";
208
208
209
209
function update_description(itemnum) {
210
210
document.forms[0].info.value=descs[itemnum];
You can’t perform that action at this time.
0 commit comments