Displaying 1 result from an estimated 1 matches for "incoming_bw".
Did you mean:
incoming_1
2005 Jul 02
0
Bandwidth shaping script appears to incorrectly halve the bandwidth
...where the
upstream and downstream were fully saturated. I immediately saw backlogs in
the ''everyone else'' class but it seems like they were getting only 256 down
and 256 up. I thought perhaps the the class was combining the upstream and
downstream traffic but when I increased the INCOMING_BW and OUTGOING_BW to
1024, I didn''t see any increase. There still seemed to be only around
256kbps of traffic coming in and around 256kbps of traffic going out.
Any help on this would be much appreciated.
#!/bin/bash
# Set the incoming and outgoing bandwidth here.
INCOMING_BW=512
OUTGO...