Displaying 9 results from an estimated 9 matches for "8000bps".
2006 May 28
0
TCNG HTB Branching the class not working. (bug or what)
...tc class add dev eth0 parent 1:1 classid 1:2 htb rate 16000bps ceil 16000bps
tc class add dev eth0 parent 1:2 classid 1:3 htb rate 16000bps ceil
16000bps prio 1
tc class add dev eth0 parent 1:2 classid 1:4 htb rate 16000bps ceil
16000bps prio 2
tc class add dev eth0 parent 1:1 classid 1:5 htb rate 8000bps ceil 8000bps
tc class add dev eth0 parent 1:5 classid 1:6 htb rate 8000bps ceil 8000bps
prio 1
tc class add dev eth0 parent 1:5 classid 1:7 htb rate 16000bps ceil
16000bps prio 2
tc filter add dev eth0 parent 1:1 protocol all prio 1 u32 match u32
0xc0a80009 0xffffffff at 16 classid 1:2
tc filter ad...
2008 Aug 24
2
speex RAM optimising
Greetings to All!
Now I am trying to run speex on TI DSP...
I need only coder+decoder+AEC.
Bitrate 8000bps.
Building with floating point support.
What can i do, to reduce RAM consumption?
I mean very serious RAM optimisations. Deleting not used structure fields, etc...
May be I can do something with alloc...
Help me to determine that it is possible to throw out.
What is best result(in RAM optimisat...
2005 Jul 08
2
P2P shaping, won''t work
...eth1 parent 2:1 classid 2:2 htb rate 3000bps ceil 5000bps
prio 0
tc qdisc add dev eth1 handle 3:0 parent 2:2 sfq
tc class add dev eth1 parent 2:1 classid 2:3 htb rate 5000bps ceil 6000bps
prio 1
tc qdisc add dev eth1 handle 4:0 parent 2:3 sfq
tc class add dev eth1 parent 2:1 classid 2:4 htb rate 8000bps ceil 8000bps
prio 2
tc qdisc add dev eth1 handle 5:0 parent 2:4 sfq
tc class add dev eth1 parent 2:1 classid 2:5 htb rate 10000bps ceil 10000bps
burst 0 cburst 0 prio 3 quantum 1500
tc qdisc add dev eth1 handle 6:0 parent 2:5 sfq
tc class add dev eth1 parent 2:1 classid 2:6 htb rate 10000bps ceil...
2004 Mar 22
2
tcng TCP ACK match
...sfq;
}
}
}
}
}
Which generates:
tc qdisc add dev eth0 handle 1:0 root dsmark indices 4 default_index 0
tc qdisc add dev eth0 handle 2:0 parent 1:0 htb
tc class add dev eth0 parent 2:0 classid 2:1 htb rate 28750bps ceil 28750bps
tc class add dev eth0 parent 2:1 classid 2:2 htb rate 8000bps ceil 28750bps
prio 1
tc qdisc add dev eth0 handle 3:0 parent 2:2 sfq
tc class add dev eth0 parent 2:1 classid 2:3 htb rate 8000bps ceil 28750bps
prio 2
tc qdisc add dev eth0 handle 4:0 parent 2:3 sfq
tc filter add dev eth0 parent 2:0 protocol all prio 1 tcindex mask 0x3 shift 0
tc filter add dev...
2004 Aug 06
2
Half-Life(First Person Shooter) is using Speex
...the server, so use this
command on your server to switch over to using the new one:
v_voicecodec voice_speex
And then these commands to change between different quality voice streams
(also on the server):
v_voicequality 1 : 2400bps, lowest quality
sv_voicequality 2 : 6000bps
sv_voicequality 3 : 8000bps
sv_voicequality 4 : 11200bps
sv_voicequality 5 : 15200bps, highest quality
Erik Johnson
Valve
-----Original Message-----
From: Tyler Knott [mailto:vault-responce@charter.net]
Sent: Friday, January 03, 2003 6:08 PM
To: speex-dev@xiph.org
Subject: [speex-dev] Half-Life(First Person Shooter) is usi...
2008 Aug 24
0
speex RAM optimising
...r.c and lsp_tables_nb.c. In
libspeexdsp, you can pretty much delete everything (preprocessor, jitter
buffer, resampler, ...) but mdf.c
Jean-Marc
??????? ??????? a ?crit :
> Greetings to All!
>
> Now I am trying to run speex on TI DSP...
> I need only coder+decoder+AEC.
> Bitrate 8000bps.
> Building with floating point support.
>
> What can i do, to reduce RAM consumption?
> I mean very serious RAM optimisations. Deleting not used structure fields, etc...
> May be I can do something with alloc...
>
> Help me to determine that it is possible to throw out.
&g...
2004 Apr 16
1
tcng and ip_len
...512 bytes:
class( <$bulk> )
if tcp_dport == 81 && !( ip_len & 0xfe00 )
;
or
if tcp_dport == 81 && ip_len < 512
Both rules match any packet I send to port 81, even when the total IP length
is much greater than 512 bytes:
class htb 2:4 parent 2:1 leaf 5: prio 1 rate 8000bps ceil 24000bps burst 6Kb
cburst 1839b
Sent 244592 bytes 168 pkts (dropped 0, overlimits 0)
rate 932bps
lended: 94 borrowed: 74 giants: 0
tokens: -72884 ctokens: 22937
244592 / 168 = 1455.9 bytes/packet
I captured the traffic to verify the packets indeed were greater than 512
bytes.
If anyon...
2004 Oct 23
0
error making htb example
...= Device eth0
================================
tc qdisc add dev eth0 handle 1:0 root dsmark indices 8 default_index 0
tc qdisc add dev eth0 handle 2:0 parent 1:0 htb
tc class add dev eth0 parent 2:0 classid 2:1 htb rate 75000bps ceil
75000bps
tc class add dev eth0 parent 2:1 classid 2:2 htb rate 8000bps ceil
16000bps
tc qdisc add dev eth0 handle 3:0 parent 2:2 sfq
tc class add dev eth0 parent 2:1 classid 2:3 htb rate 16000bps ceil
16000bps
tc qdisc add dev eth0 handle 4:0 parent 2:3 sfq
tc class add dev eth0 parent 2:1 classid 2:4 htb rate 32000bps ceil
64000bps
tc qdisc add dev eth0 handle 5:0...
2004 May 24
1
Newbie STILL trying to limit bandwidth - is this script wrong?
...------------------------------------------------
tc qdisc add dev eth0 handle 1:0 root dsmark indices 8 default_index 0
tc qdisc add dev eth0 handle 2:0 parent 1:0 htb
tc class add dev eth0 parent 2:0 classid 2:1 htb rate 75000bps ceil 75000bps
tc class add dev eth0 parent 2:1 classid 2:2 htb rate 8000bps ceil 16000bps
tc qdisc add dev eth0 handle 3:0 parent 2:2 sfq
tc class add dev eth0 parent 2:1 classid 2:3 htb rate 16000bps ceil 16000bps
tc qdisc add dev eth0 handle 4:0 parent 2:3 sfq
tc class add dev eth0 parent 2:1 classid 2:4 htb rate 32000bps ceil 64000bps
tc qdisc add dev eth0 handle 5:0 pa...