mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Oh dear, looks like I had the values for loss and latency reversed.
That is not very useful.
This commit is contained in:
parent
0f2bd8e750
commit
20afbdfe0b
@ -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"))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user