search for: 10kbps

Displaying 20 results from an estimated 59 matches for "10kbps".

Did you mean: 10gbps
2003 Oct 18
1
MORE ON : [htb] strange problems !?
...ello 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... class (10kbps, prio 7, default) {sfq}; } It seemed a litlle bit better the starvation seemed to be just ~10sec but this time happen much oft...
2004 Nov 19
3
mixing u32 and fwmark
...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 very big problem! How do I assign certain speed for certain IP (and also looking is it local or foreign internet) If I just set: tc...
2007 Jan 04
3
TC again - now working on VPN traffic
Hi! It''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
2006 Jul 11
0
tcng not working as expected
...//Total Bandwidth class (rate 50kBps, ceil 50kBps) { //VIP clients class (rate 40kBps, ceil 50kBps) { $client1_a = class (rate 35kBps, ceil 35kBps) ; $client1_b = class (rate 10kBps, ceil 10kBps) ; } //Poor clients class (rate 10kBps, ceil 50kBps) { $client2 = class (rate 35kBps, ceil 35kBps) ; } } } //End of qdiscs (HTB)...
2005 Nov 02
0
TC not rate limiting for me
Hi, I''ve have my IP and TC scripts working OK but my rate limiting does not seem to be being appiled. My available download speed is around 150kbps. I''d like to limit this box and the machines it forwards for to 10kbps each, a total of 20kbps. Thus leaving 130kbps unused. The classes I''ve created are simple and the stats show they are moving bytes OK, however; the entire 150kbps is always used. Is this odd? Have I missed something in my simple classes below? tc qdisc add dev eth1 root handle 1: htb de...
2009 Sep 10
4
Slow network speed with Xen 3.2-1
I''m getting a slow network speed (download/upload) domU and dom0 limits in 10kbps/20kbps. Booting a kernel without Xen, this doesnt happens /etc/xen/xend-config.sxp (network-script network-bridge) (vif-script vif-bridge) (dom0-min-mem 196) (dom0-cpus 0) cat /etc/xen/XXX.cfg kernel = ''/boot/vmlinuz-2.6.26-1-xen-amd64'' ramdisk = ''/boot/initrd....
2008 Sep 15
2
Bitrate Question
Hello developers, I have a question about supported bitrates for SPEEX. Regardless of whether I specify a 10kbps or a 8kbps bitrate, the encoded .spx file is the same size and have the same PESQ value. This makes me wonder if SPEEX supports arbitrary bitrates, or only a certain set. A few more details about my configuration: I am using SPEEX encoder version 1.1.12 I am encoding a narrowband (8KHz) wav file...
2004 Dec 16
3
Get asterisk out of the RTP stream?
...idth usage in/out of asterisk in this case? Even if the phones are connected directly to eachother, they still have to pass some data to asterisk so asterisk still knows that the call is up and has to know when the call goes away. We need to know this bandwidth usage on a T1 because lets say it was 10Kbps, you could actually do a bunch of calls on 1 T1 provided that all phones use canreinvite right? Thanks, Matthew
2004 Oct 10
2
Use l7-filter in/and TCNG.
Hello every one! I''m making a project to a discipline in the university and the project is make a Linux router that grants QoS to Multimedia connections (the prof. say we can use Open Source Soft. :) or reinvent the wheel). I have been googeling and googeling and i found the l7-filter in source forge and the spectacular simple language that is TCNG. Well the problem is how can i
2004 Aug 04
10
htb and fw problems
...tc qdisc del dev eth1 root tc qdisc add dev eth1 root handle 1: htb default 80 tc class add dev eth1 parent 1: classid 1:1 htb rate 65kbps ceil 65kbps tc class add dev eth1 parent 1:1 classid 1:10 htb rate 20kbps ceil 35kbps prio 3 tc class add dev eth1 parent 1:1 classid 1:20 htb rate 5kbps ceil 10kbps prio 0 tc class add dev eth1 parent 1:1 classid 1:30 htb rate 8kbps ceil 11kbps prio 2 tc class add dev eth1 parent 1:1 classid 1:40 htb rate 23kbps ceil 40kbps prio 1 tc class add dev eth1 parent 1:1 classid 1:80 htb rate 8kbps ceil 10kbps prio 4 tc qdisc add dev eth1 parent 1:10 handle 10: sfq p...
2007 Jul 09
1
Help with traffic control (HTB ESFQ RED)
...P_IP -p tcp -m multiport --destination-ports 80,445,7777,7778,8080 -j MARK --set-mark 2 iptables -t mangle -A POSTROUTING -o $DEV -m mark --mark 2 -j CLASSIFY --set-class $HTTP iptables -t mangle -A POSTROUTING -o $DEV -m mark --mark 2 -j TOS --set-tos Maximize-Throughput MAX_RATE=30kbps P2P_UP=10kbps ## HTB CLASSES ## tc qdisc add dev $DEV root handle 1: htb default 30 tc class add dev $DEV parent 1: classid 1:1 htb rate $MAX_RATE burst 15k tc class add dev $DEV parent 1:1 classid $P2P htb rate 3kbps ceil $P2P_UP burst 0 prio 2 quantum 1600 tc class add dev $DEV parent 1:1 classid $SSH htb r...
2004 Oct 18
11
IP based bandwith limit
Hi, i''ve following problem. One of our gateway router, which connects some of our customers should have bandwith limit. So customer A with IP XX should have 2 Mbit, customer B with IP YY should have 10 Mbit. There is no need of borrowing bandwith so no fairness needed. My simple question: with which technique should I manage this shaping? Or is there any existing project which
2003 Sep 02
1
Low bit rate codec (speex)
Hello, I've read about speex's bit rate. Speex can work from 2.15kbps to 44.2kbps. With asterisk, what's the bit rate used by speex? Is it possible to have asterisk using speex at less than 10kbps of bit rate? If not, Is it dificult to implement? thanks in advance Eduardo
2011 May 12
1
opus sampling rates
...e? My use of Opus is for an interactive app, so I want to set capture and playback sampling rates appropriately and avoid resampling inside the codec to the extent possible. Opus is operating on 20 msec mono frames, set for OPUS_MODE_AUTO / OPUS_BANDWIDTH_AUTO, with a bit rate that varies between 10kbps - 64kbps. Thanks for any tips. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20110512/8b2eb45a/attachment-0001.htm
2002 Oct 11
0
outgoing packets notworking..
...ss add dev eth0 parent 1: classid 1:1 htb rate 500kbps ceil 500kbps ./tc class add dev eth0 parent 1:1 classid 1:2 htb rate 180kbps ceil 500kbps ./tc class add dev eth0 parent 1:2 classid 1:10 htb rate 150kbps ceil 500kbps prio 2 ./tc class add dev eth0 parent 1:2 classid 1:11 htb rate 5kbps ceil 10kbps prio 2 ./tc class add dev eth0 parent 1:1 classid 1:12 htb rate 10kbps ceil 20kbps prio 1 ./tc qdisc add dev eth0 parent 1:10 handle 20: pfifo limit 5 ./tc qdisc add dev eth0 parent 1:11 handle 30: pfifo limit 5 ./tc qdisc add dev eth0 parent 1:12 handle 40: sfq perturb 10 ./tc filter add dev e...
2002 Oct 11
0
outgoing packets not working..
...ss add dev eth0 parent 1: classid 1:1 htb rate 500kbps ceil 500kbps ./tc class add dev eth0 parent 1:1 classid 1:2 htb rate 180kbps ceil 500kbps ./tc class add dev eth0 parent 1:2 classid 1:10 htb rate 150kbps ceil 500kbps prio 2 ./tc class add dev eth0 parent 1:2 classid 1:11 htb rate 5kbps ceil 10kbps prio 2 ./tc class add dev eth0 parent 1:1 classid 1:12 htb rate 10kbps ceil 20kbps prio 1 ./tc qdisc add dev eth0 parent 1:10 handle 20: pfifo limit 5 ./tc qdisc add dev eth0 parent 1:11 handle 30: pfifo limit 5 ./tc qdisc add dev eth0 parent 1:12 handle 40: sfq perturb 10 ./tc filter add dev e...
2019 Aug 01
0
Opus 1.3 different default bitrate between opus encoder and opus multistream encoder
...the following options set: frame length = 20ms application = voip bandwidth = auto max bandwidth = narrowband bitrate = >unset< force channels = auto input precision = 14 vbr = true fec = false vad = false complexity = 4 signal = auto Using the standard Opus encoder, I get a bit rate around 10kbps and using the Multistream encoder, I get a bit rate of around 20kbps. I can explicitly set the bit rate back to 10kbps to get around this difference, but thought it was worth reporting in case this isn't expected behavior. Kevin O'Connor -------------- next part -------------- An HTML att...
2005 May 05
1
TC breaking Virtual network connection
...======== **CBQ: cbq-1280.My_shaper /sbin/tc qdisc del dev lo root /sbin/tc qdisc add dev lo root handle 1 cbq bandwidth 20Mbps avpkt 1000 cell 8 /sbin/tc class change dev lo root cbq weight 2Mbps allot 1514 /sbin/tc class add dev lo parent 1: classid 1:1280 cbq bandwidth 20Mbps rate 100Kbps weight 10Kbps prio 5 allot 1514 cell 8 maxburst 20 avpkt 1000 bounded /sbin/tc qdisc add dev lo parent 1:1280 handle 1280 tbf rate 100Kbps buffer 10Kb/8 limit 15Kb mtu 1500 /sbin/tc filter add dev lo parent 1:0 protocol ip prio 100 u32 match ip dst 192.168.4.0/24 classid 1:1280 ==================================...
2006 Jan 25
4
tcf_action_destroy destroying
...t qdisc add dev eth0 root handle 1: htb default 10 r2q 1; /root/ct/sbin/ct class add dev eth0 parent 1: classid 1:1 htb rate 10000kbps; /root/ct/sbin/ct class add dev eth0 parent 1:1 classid 1:10 htb rate 9990kbps ceil 10000kbps; /root/ct/sbin/ct class add dev eth0 parent 1:1 classid 1:11 htb rate 10kbps; /root/ct/sbin/ct qdisc add dev eth0 parent 1:10 handle 13: sfq perturb 5; /root/ct/sbin/ct qdisc add dev eth0 parent 1:11 handle 14: sfq perturb 5; /root/ct/sbin/ct filter add dev eth0 parent 1: protocol ip handle 1 fw classid 1:10; /root/ct/sbin/ct filter add dev eth0 parent 1: protocol ip handle...
2004 Jan 28
3
small netwok traffic shaping
...d like to set-up a traffic shaper on the router machine with the following features: - if all the users are browsing/downloading in the same time, the bandwidth must be equally shared - if the users are using file sharing software, their bandwidth for such applications must be limited to maximum 10kbps if noone else is requesting bandwidth for normal http transfers, else the bandwidth must be 0 for such applications. - i want also that some computers from the network to get priviledged access, with no restrictions If possible i wold also like that: - the users who are using network scanning so...