diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php index 428f8b0c3b..8405d0183a 100755 --- a/usr/local/www/system_advanced.php +++ b/usr/local/www/system_advanced.php @@ -216,6 +216,17 @@ function enable_altpkgconfigurl(enable_over) { } } +var descs=new Array(5); +descs[0]="as the name says, it's the normal optimization algorithm"; +descs[1]="used for high latency links, such as satellite links. Expires idle connections later than default"; +descs[2]="expires idle connections quicker. more efficient use of CPU and memory but can drop legitimate connections"; +descs[3]="tries to avoid dropping any legitimate connections at the expense of increased memory usage and CPU utilization."; + +function update_description(itemnum) { + document.forms[0].info.value=descs[itemnum]; + +} + // --> @@ -444,14 +455,20 @@ function enable_altpkgconfigurl(enable_over) {