search for: 30kbps

Displaying 20 results from an estimated 45 matches for "30kbps".

Did you mean: 50kbps
2004 Jul 09
1
Problem with HTB queuing discipline
...unicate through the middle linux box. Middle linux box has two interfaces.eth0 is 172.30.179.206 and eth1 is 172.30.180.55 In the middle linux box i configured HTB using following commands. ./tc qdisc add dev eth0 root handle 1:0 htb ./tc class add dev eth0 parent 1:0 classid 1:1 htb rate 30kbps ceil 30kbps ./tc class add dev eth0 parent 1:1 classid 1:10 htb rate 30kbps ceil 30kbps ./tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match ip dst 172.30.180.72 match ip sport 21 0xffff flowid 1:10 tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match ip dst 172.30.180...
2007 Jan 04
3
TC again - now working on VPN traffic
...;'s me again bothering you guys, what I want to do is to give full bandwidth to VPN traffic and limit the rest to 30KB/s (kilobytespersecond), ok? Here''s what I have: tcclasses ################################## eth0 1 1kbps 70kbps 1 eth0 2 1kbps 30kbps 2 default eth1 3 15kbps 10000kbps 1 eth1 4 1kbps 30kbps 2 default ###################################### tcdevices #################################### eth0 70kbps 70kbps eth1 10000kbps 10000kbps ######################...
2004 Nov 19
3
mixing u32 and fwmark
...c marking, I need to assign traffic to users so I make classes, like: tc qdisc add dev eth1 root handle 1: htb tc class add dev eth1 parent 1: classid 1:1 htb rate 900kbps ceil 900kbps tc class add dev eth1 parent 1:1 classid 1:10 htb rate 30kbps ceil 500kbps tc class add dev eth1 parent 1:10 classid 1:11 htb rate 10kbps ceil 10kbps tc class add dev eth1 parent 1:10 classid 1:12 htb rate 30kbps ceil 50kbps .... and now I have...
2004 Aug 06
1
Radio france in ogg
> I agree with you here ... I wish that I could put the stream > into 30kbps/22khz stereo but the little Pen 166 MMX just > can't handle that. 30kbps/22khz stereo, which I think would only be possible with managed bitrates, would sound worse than mono. At these bitrates, stereo is luxury you cannot afford. I think most listeners would not even notice they were l...
2004 Jun 09
2
SFQ with Per Flow Caps
I''d like to implement something like SFQ, but with a cap of a rate per flow. Essentially, I''d like to be able to limit citrix connections to 30KBps without having an overall traffic flow cap for all citrix connections. Slightly preferable to this would be something that would actually work per flow instead of the stochastic algorithm. Is this possible? Thanks, Bill -- "It''s like being married to my best friend, and he lets...
2002 Jun 06
1
parameter of htb
tc qdisc add dev eth0 root handle 1: htb default 12 tc class add dev eth0 parent 1: classid 1:10 rate 30kbps ceil 100kbps burst 2k tc class add dev eth0 parent 1: classid 1:11 rate 10kbps ceil 100kbps burst 2k tc class add dev eth0 parent 1: classid 1:12 rate 60kbps ceil 100kbps burst 2k tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match ip src 172.16.11.2 flowid 1:10 i login 172.16.11.2 and c...
2003 Oct 18
1
MORE ON : [htb] strange problems !?
hello again, I got some just preliminary results .... hope someone can explain them to me... As I already told I have the following config : egress { class (30kbps) {sfq}; class (50kbps) {sfq}; class (80kbps) {sfq}; class (30kbps) {sfq}; class (50kbps) {sfq}; ...hundreds like this... class (10kbps,default) {sfq}; } What I got is traffic starvation very often for a period of ~30 sec.. as proposed I''ve done : egress { ...hundreds classes......
2005 Jun 29
0
Upload shaper problem
...wireless connection ------------ (eth4) RT2 (eth0) -------- users RT1 - Slackware router RT2 - Slackware router Delay between Test PC and ISP is approx 450 ms. I have the following shapers RT1 ETH2 - dedicated bandwidth for Test PC 40kbps RT2 ETH4 - dedicated bandwidth for Test PC 30kbps RT2 ETH4 - dedicated bandwidth for users to upload is 250kbps The thing is if I use Test PC to download from RT1 it makes straight line of 40kbps. If I use TestPC to download from RT2 the traffic varies from 3kbps to 30kbps. It is very random. If I start a transfer on RT1 from RT2 I can see th...
2003 Oct 17
3
[htb] strange problems !?
hi, I have strange problems with HTB and several hundred classes flat structure i.e. root |--50kbps |--30kbps |--50kbps |--80kbps |--100kbps .... several hundred classes like this Ceil is the same as rate. The machine get no more than 2-3% average cpu(2.4Ghz pentium). What happens is that from time to time the traffic got "stalled". I tried numerous things to solve the problem - cable-w...
2008 Apr 11
3
Change target VBR on-the-fly?
...eex-dev newbie), > > Is it possible to change the target VBR on the fly? The application > is a virtual world with multiple media types (voice, video, 3d > interaction, VNC, etc.) where the total required bandwidth has high > variability. Sometimes we'll be able to spare 30kbps per speaker, and > and other times we will need to restrict the bandwidth considerably. > It would be a shame to always make the worst-case assumption, even > though the bandwidth might usually be available. > > I was going to ask if there are any other speech codecs (commerc...
2004 Sep 08
3
Traffic Priority by IP address..
...ave a PC that acts as a VoIP gateway using an internet telephony provider to make phone calls.. Data between me and the provider will always be from one IP address on my internal network to the provider.. I have a 1Mbps/256Kbps ADSL line and the voice stream is highly compressed requireing only 30Kbps of bandwidth.. The problem is that when my Mozilla Mail client polls for mail or someone else on the network (only 3 PC''s) opens a web page it causes the voice to stutter similar to a bad cell phone signal if the page is loaded with graphics it makes the stutter worse which can be quit...
2004 Sep 09
4
imq config
Dear all, I know this is not imq mailing list. But many of the users over here have done exactly what i want. Requirement:- I want to tight bound eth1 for 100 kbps but after i want to create many classes of 64 kbps or 50 kbps and others. But the total sum of classes is more than 100 kbps so my eth1 is not restrciting total bandwidth at 100kbps. According to search on google imq is the solution.
2004 Aug 06
2
Radio france in ogg
Boink wrote: > They're streaming only in 22050/11khz mono. > I'm doing my stream around 30 kbps/11khz in *stereo*. Just my opinion but I've found streaming with quality -1 22khz Mono produces the best sound quality for 32kb/s. 11khz stereo sounds like crap in comparison. I'm just waiting (impatiently) for OddCastDSP(v1) to support 22050 mono via the SQRSoft crossfader. If
2005 Dec 21
1
Bitrate problem
...Behalf Of Shantanu Gramsci Sent: Wednesday, December 21, 2005 2:05 PM To: speex-dev@xiph.org Subject: [Speex-dev] Bitrate problem Hello all, This is a bit off topic but I am sure many of you can answer it. I use speex and speex-wb in my VOIP application. With speex [at 8 KHz] bitrate is arround 30KBPS, including UDP,RTP headers. This is OK for me and I get good quality audio. Problem is, if call is made from a HIGH END machine [like P4 3.2 GHz with good soundcard] to a LOW END machine [like P3 550 MHz], high end pc sends at more bitrate than as usual [arround 31Kbps].And apparently low end PC r...
2005 Dec 21
2
Bitrate problem
...ecember 21, 2005 2:05 PM > To: speex-dev@xiph.org > Subject: [Speex-dev] Bitrate problem > > Hello all, > > This is a bit off topic but I am sure many of you can answer it. > > I use speex and speex-wb in my VOIP application. With speex [at 8 KHz] > bitrate is arround 30KBPS, including UDP,RTP headers. This is OK for > me and I get good quality audio. > > Problem is, if call is made from a HIGH END machine [like > P4 3.2 GHz with good soundcard] to a LOW END machine [like P3 550 > MHz], high end pc sends at more bitrate than as usual [arround > 31...
2006 Sep 10
1
HTB and tc filter
...) and nothing happens. I get the tc tool from HTB source package, well  this is my set : eth0 is my internal NIC. tc qdisc add dev eth0 root handle 1: htb default 12 tc class add dev eth0 parent 1: classid 1:1 htb rate 100kbps ceil 100kbps tc class add dev eth0 parent 1:1 classid 1:10 htb rate 30kbps ceil 100kbps tc class add dev eth0 parent 1:1 classid 1:11 htb rate 10kbps ceil 100kbps tc class add dev eth0 parent 1:1 classid 1:12 htb rate 60kbps ceil 100kbps tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match ip src flowid 1:10 tc qdisc add dev eth0 parent handle 20: pfifo lim...
2006 Sep 10
1
help with HTB and tc
...) and nothing happens. I get the tc tool from HTB source package, well  this is my set : eth0 is my internal NIC. tc qdisc add dev eth0 root handle 1: htb default 12 tc class add dev eth0 parent 1: classid 1:1 htb rate 100kbps ceil 100kbps tc class add dev eth0 parent 1:1 classid 1:10 htb rate 30kbps ceil 100kbps tc class add dev eth0 parent 1:1 classid 1:11 htb rate 10kbps ceil 100kbps tc class add dev eth0 parent 1:1 classid 1:12 htb rate 60kbps ceil 100kbps tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match ip src flowid 1:10 tc qdisc add dev eth0 parent handle 20: pfifo lim...
2006 Jun 13
1
GXP-2000 Audio Quality
I have a client with about 16 GXP-2000. They complain that the audio quality is terrible after 2 or 3 simultaneous conversations. They are behind DSL 1.5Mbps down and 256Kbps up. Because they are using G711.u codec, I know they upstream bandwidth is the limiting factor and they most likely won't be able to have more than 3 simultaneous conversations, and if they're surfing the
2004 Aug 06
2
dare to compare -- live streams: ogg/WMA
hello all! After having read http://www.xiph.org/ogg/vorbis/listen.html and listened to the examples on that very educational page, I decided to augment the info. This example is more simple, it involves the comparision between two streams of the same radio station, FranceInter (a station of Radio France in Paris). The ogg stream is running at around 30 kbps/11 kHz in stereo. The WMA stream
2006 Aug 15
5
howto reduce the ping?
..._DEV down } start_inbound() { echo "Starting inbound" tc qdisc add dev imq0 root handle 1: htb default 90 #max download rate tc class add dev $INBOUND_DEV parent 1: classid 1:1 htb rate 110kbps #css tc class add dev $INBOUND_DEV parent 1:1 classid 1:10 htb rate 30kbps ceil 110kbps prio 1 iptables -t mangle -A PREROUTING -i ppp0 -p udp --sport 27000:27015 -j MARK --set-mark 1 iptables -t mangle -A PREROUTING -i ppp0 -p tcp --sport 27020:27039 -j MARK --set-mark 1 tc filter add dev $INBOUND_DEV parent 1:0 protocol ip prio 1 handle 1 fw classid 1:10...