diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-08-10 00:58:44 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-08-10 00:58:44 +0000 |
commit | ce486d12f053daf2d4d2aff5e05457739fdbff92 (patch) | |
tree | fc973d9f42759cdc0e482b9c2e7f206e2d8844e1 /usr/local | |
parent | 4b0c1b3f2e577aae4eecca9a2a19083d131f79ac (diff) | |
download | pfsense-ce486d12f053daf2d4d2aff5e05457739fdbff92.zip pfsense-ce486d12f053daf2d4d2aff5e05457739fdbff92.tar.gz |
Increaase ACK queues. Lower Game queues a bit.
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/www/wizards/traffic_shaper_wizard.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc index b6da990..21265f8 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.inc +++ b/usr/local/www/wizards/traffic_shaper_wizard.inc @@ -132,7 +132,7 @@ function step2_stepsubmitphpaction() { if ($config['shaper']['schedulertype'] == "hfsc") { $queue['realtime'] = "on"; $queue['realtime3'] = "10%"; - $queue['bandwidth'] = 10; + $queue['bandwidth'] = 25; $queue['bandwidthtype'] = '%'; } elseif ($config['shaper']['schedulertype'] == "cbq") { $queue['borrow'] = "on"; @@ -151,7 +151,7 @@ function step2_stepsubmitphpaction() { if ($config['shaper']['schedulertype'] == "hfsc") { $queue['realtime'] = "on"; $queue['realtime3'] = "10%"; - $queue['bandwidth'] = 10; + $queue['bandwidth'] = 25; $queue['bandwidthtype'] = '%'; } elseif ($config['shaper']['schedulertype'] == "cbq") { $queue['borrow'] = "on"; @@ -475,7 +475,7 @@ function step5_stepsubmitphpaction() { if ($config['shaper']['schedulertype'] == "hfsc") { $queue['realtime'] = "on"; $queue['realtime3'] = "1Kb"; - $queue['bandwidth'] = 25; + $queue['bandwidth'] = 15; $queue['bandwidthtype'] = '%'; } elseif ($config['shaper']['schedulertype'] == "cbq") { $queue['borrow'] = "on"; @@ -493,7 +493,7 @@ function step5_stepsubmitphpaction() { if ($config['shaper']['schedulertype'] == "hfsc") { $queue['realtime'] = "on"; $queue['realtime3'] = "1Kb"; - $queue['bandwidth'] = 25; + $queue['bandwidth'] = 15; $queue['bandwidthtype'] = '%'; } elseif ($config['shaper']['schedulertype'] == "cbq") { $queue['borrow'] = "on"; |