From 20afbdfe0bb324386dac86b583d30d0a87ec161a Mon Sep 17 00:00:00 2001 From: Seth Mos Date: Sat, 30 May 2009 00:35:27 +0200 Subject: [PATCH] Oh dear, looks like I had the values for loss and latency reversed. That is not very useful. --- etc/inc/vslb.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/inc/vslb.inc b/etc/inc/vslb.inc index ccd8253c75..5d3ccdebaf 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"))