Displaying 3 results from an estimated 3 matches for "200kbits".
Did you mean:
200kbit
2007 Feb 08
4
Need big buffer!
...I have an application that is sending streaming media to a server. The encoder computer sends an
average of 200kbit stream; but for short, 1 second bursts, can hit 400-500kbits. After it does one
of these bursts, it reduces its output for another second or two, so that it maintains its average
of 200kbits.
The problem is that it is sending UDP packets into a DSL link that has a fixed upstream cap of
300kbit. All is fine until it decides to burst, then I get dropped packets.
Is there a way I can insert a linux box after the encoding machine that I can use some traffic
shaping to:
1. Make sure it...
2006 Sep 01
1
HFSC help
...ctly this scheduler:
$TC qdisc add dev $dev root handle 1: hfsc default 40
$TC class add dev $dev parent 1: classid 1:1 hfsc sc rate 10mbit ul rate
10mbit
### VOIP
$TC class add dev $dev parent 1:1 classid 1:10 hfsc rt umax 1500b dmax 5ms
rate 200kbit ls umax 1500b dmax 60ms rate 200kbit ul rate 200kbits
### Video
$TC class add dev $dev parent 1:1 classid 1:20 hfsc rt umax 1500b dmax 10ms
rate 5mbit ls umax 1500b dmax 60ms rate 5Mbit ul rate 5Mbit
## Data
$TC class add dev $dev parent 1:1 classid 1:30 hfsc sc rate 1mbit ul rate
10mbit
$TC class add dev $dev parent 1:1 classid 1:40 hfsc sc rate 1mbi...
2005 Jul 11
9
HTB Rate and Prio (continued)
Hi again,
I keep posting about my problem with HTB ->
http://mailman.ds9a.nl/pipermail/lartc/2005q3/016611.html
With a bit of search I recently found the exact same problem I have in the
2004 archives with some
graphs that explain it far better than I did ->
http://mailman.ds9a.nl/pipermail/lartc/2004q4/014519.html
and
http://mailman.ds9a.nl/pipermail/lartc/2004q4/014568.html