summaryrefslogtreecommitdiffstats
path: root/etc/inc/vslb.inc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2009-05-30 00:35:27 +0200
committerSeth Mos <seth.mos@xs4all.nl>2009-05-30 00:36:57 +0200
commit20afbdfe0bb324386dac86b583d30d0a87ec161a (patch)
tree888fe1a9fea362812f0c95ff6bcb23936e757bca /etc/inc/vslb.inc
parent0f2bd8e75034dc50eb81710c72fa7c806f8b6200 (diff)
downloadpfsense-20afbdfe0bb324386dac86b583d30d0a87ec161a.zip
pfsense-20afbdfe0bb324386dac86b583d30d0a87ec161a.tar.gz
Oh dear, looks like I had the values for loss and latency reversed.
That is not very useful.
Diffstat (limited to 'etc/inc/vslb.inc')
-rw-r--r--etc/inc/vslb.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/inc/vslb.inc b/etc/inc/vslb.inc
index ccd8253..5d3ccde 100644
--- a/etc/inc/vslb.inc
+++ b/etc/inc/vslb.inc
@@ -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"))
OpenPOWER on IntegriCloud