search for: 11kbit

Displaying 5 results from an estimated 5 matches for "11kbit".

Did you mean: 1kbit
2010 Jun 07
0
No subject
...0ASo here is a scenario I w= ould like some feedback on:=0A=A0=0AClient A makes a narrowband Speex VOIP = call to Client B.=0A=A0=0AIn the SIP negotiation there is no information ex= changed besides the fact that it is a narrowband speex call (speex/8000)=0A= =A0=0AClient A operates at a bitrate of 11kbit/s (28 bytes per payload)=0A= =A0=0AClient B operates at a bitrate of 8kbit/s (20 bytes per payload)=0A= =A0=0ASo client B receives a payload of 28 bytes.=0A=A0=0AIs the applicatio= n on B's side supposed to extract the mode bits and reconfigure the speex d= ecoder _before_ the payload is=0Agive...
2006 Mar 13
3
hfsc and dropped packets
...25kbit + tc class add dev vlan1 parent 1:1 classid 1:10 hfsc rt m1 191kbit d 25ms m2 135kbit ls rate 135kbit ul rate 225kbit + tc class add dev vlan1 parent 1:1 classid 1:20 hfsc rt m1 22kbit d 25ms m2 56kbit ls rate 56kbit ul rate 225kbit + tc class add dev vlan1 parent 1:1 classid 1:30 hfsc rt m1 11kbit d 25ms m2 22kbit ls rate 22kbit ul rate 225kbit + tc class add dev vlan1 parent 1:1 classid 1:40 hfsc rt m1 0kbit d 25ms m2 11kbit ls rate 11kbit ul rate 225kbit + tc filter add dev vlan1 parent 1: prio 1 protocol ip handle 1 fw flowid 1:10 + tc filter add dev vlan1 parent 1: prio 2 protocol ip han...
2003 Jul 16
1
Problen in cbq , fw
...andwidth 10Mbit rate 10Mbit allot 1514 avpkt 1000 weight 1Mbit 4. tc class add dev eth1 parent 1:1 classid 1:2 cbq bandwidth 10Mbit rate 100Kbit allot 1514 avpkt 1000 weight 10Kbit bounded 5. tc class add dev eth1 parent 1:1 classid 1:3 cbq bandwidth 10Mbit rate 110Kbit allot 1514 avpkt 1000 weight 11Kbit 6. tc filter add dev eth1 protocol ip parent 1:0 prio 1 handle 1 fw classid 1:2 Now when I run=> tc -s class show dev eth1 parent 1:0 I get: class cbq 1: root rate 10Mbit (bounded,isolated) prio no-transmit Sent 42 bytes 1 pkts (dropped 0, overlimits 0) borrowed 0 overactions 0 avgidle 6...
2011 Aug 30
1
Detecting bitrate mode
Hi, ? Is there anybody out there who can tell me how to solve the following problem: ? An RTP payload of encoded speex data is received. The length of the payload is N bytes. The length corresponds to 20ms * K of encoded audio where K is an unknown integer. The audio was encoded by an encoder in wideband mode. ? How do I partition the payload when I don't know which bitrate mode of the
2004 Aug 04
10
htb and fw problems
Dear All, I''m using the kernel 2.6.6, iproute2-2.4.7.20020116, iptables v1.2.9, and gentoo. I have a leased-line 64 kbps. I can see the counter works in iptables, but in the htb, it doesn''t go to the right class (it always go to the default class). Any help will be appreciated here''s my htb conf #!/bin/bash tc qdisc del dev eth1 root tc qdisc add dev eth1 root