Oh dear, looks like I had the values for loss and latency reversed.

That is not very useful.
This commit is contained in:
Seth Mos 2009-05-30 00:35:27 +02:00
parent 0f2bd8e750
commit 20afbdfe0b

View File

@ -93,10 +93,10 @@ function slbd_configure() {
}
/* Gateway Pools */
$a_settings['latencylow'] = "10";
$a_settings['latencyhigh'] = "20";
$a_settings['losslow'] = "200";
$a_settings['losshigh'] = "500";
$a_settings['latencylow'] = "200";
$a_settings['latencyhigh'] = "500";
$a_settings['losslow'] = "10";
$a_settings['losshigh'] = "20";
/* kill apinger process */
if(is_process_running("apinger"))