Displaying 3 results from an estimated 3 matches for "116kbit".
Did you mean:
16kbit
2004 Jul 12
1
Traffic shaping: upload should not hurt download
...ry time someone uploads a file at full speed, my download speed drops
to ~10 KB/s. My connection is 768/128 DSL.
I found a script at http://www.knowplace.org/shaper/examples.html
$TC qdisc add dev $INTERFACE root handle 1: htb default 60
$TC class add dev $INTERFACE parent 1: classid 1:1 htb rate 116kbit
$TC class add dev $INTERFACE parent 1:1 classid 1:10 htb rate 32kbit
ceil 116kbit prio 0
$TC class add dev $INTERFACE parent 1:1 classid 1:20 htb rate 22kbit
ceil 116kbit prio 1
$TC class add dev $INTERFACE parent 1:1 classid 1:30 htb rate 22kbit
ceil 116kbit prio 2
$TC class add dev $INTERFACE par...
2002 Apr 11
3
encoding bitrates, different machines...
...ber when, why, or how, but anyway. I've been using jack, here is
relevant output:
first one:
01/|\enc/|\128/|\[coding @0.67× done,129kbit]
02/|\enc/|\128/|\[coding @0.69× done,124kbit]
03/|\enc/|\128/|\[coding @0.66× done,124kbit]
<etc>
econd one:
01/|\enc/|\128/|\[coding @5.50× done,116kbit]
02/|\enc/|\128/|\[coding @2.24× done,120kbit]
03/|\enc/|\128/|\[coding @1.40× done,121kbit]
<etc>
Note the big difference in bit rate... both is RC3. My best guess at the
moment is that the former was with a -b setting while the latter was
with a -q setting. I usually do everything at -q,...
2006 Nov 15
7
Shaping incoming VoIP traffic fails
Hello,
I''m trying to get lossless VoIP traffic over my 3000k/500k ADSL line. Shaping
outgoing traffic is no problem: I set total ceil for outgiong device (ppp0)
to 450kbit and put VoIP into highest prio class. Even during full upload the
voice is clean on the other end.
Now I tried to get the same result for incoming data. I attached HTB to eth1
where the incoming voip traffic is