search for: 1599b

Displaying 8 results from an estimated 8 matches for "1599b".

Did you mean: 1599
2002 Apr 26
9
[Fwd: Re: borrowing only from parent]
...anual, the algorithm will not work correctly > with {,c}burst < MTU ... > devik > I just tried to change {,c}burst to 1600, or leaving them by default but no visible result. here is the latest tc -s -d class show dev eth0 class htb 1:101 parent 1:1 prio 0 rate 40Kbit ceil 40Kbit burst 1599b/8 mpu 0b cburst 1599b/8 mpu 0b quantum 512 level 0 Sent 392526 bytes 5898 pkts (dropped 0, overlimits 15394) lended: 5898 borrowed: 0 giants: 0 injects: 0 tokens: -11905 ctokens: -11905 class htb 1:1 root prio 0 rate 100Kbit ceil 1Kbit burst 1599b/8 mpu 0b cburst 1599b/8 mpu 0b quantum 1280 le...
2010 Apr 22
1
PRIO qdisc + iptables TOS target
...0 parent 1:1 classid 1:99 htb rate 96kbit ceil 600kbit prio 0 tc qdisc add dev imq0 parent 1:99 prio tc filter add dev imq0 parent 1: protocol ip prio 7 u32 match ip dst 192.168.1.99 flowid 1:99 the result is: # tc - s class ls dev imq0 class htb 1:1 root rate 768000bit ceil 768000bit burst 1599b cburst 1599b Sent 2451 bytes 22 pkt (dropped 0, overlimits 0 requeues 0) rate 1016bit 1pps backlog 0b 0p requeues 0 lended: 0 borrowed: 0 giants: 0 tokens: 250000 ctokens: 250000 class htb 1:129 parent 1:1 leaf 816c: prio 0 rate 96000bit ceil 600000bit burst 1599b cburst 1599b Sent 7269 bytes...
2007 Sep 16
1
Yet another shaping question
Hello list, I need to realize a complicated custom shaping setup, and given very little experience with shaping I just can''t wrap my head around it. I am not seeking a complete script, I just need an idea/a set of pointers on how to best subdivide traffic accordingly to my needs, and which shapers to place on every leaf. I am very experienced with netfilter and have minor experience with
2005 Jan 27
3
negative tokens
I have this: class htb 1:29 parent 1:1 prio 0 rate 3000bit ceil 100000bit burst 1599b cburst 1611b Sent 33233 bytes 772 pkts (dropped 0, overlimits 0) lended: 415 borrowed: 357 giants: 0 tokens: -3756376 ctokens: 128779 or this: class htb 1:21 parent 1:1 prio 0 rate 3000bit ceil 100000bit burst 1599b cburst 1611b Sent 57554 bytes 618 pkts (dropped 0, overlimits 0) lended: 193...
2004 Aug 03
0
ceil, cburst, prio not working?
...h ceil set at 9kbps. I measured the speed with iptraf. What am I doing wrong? List of my classes. If you need more info, please let me know! # tc class show dev eth2 class htb 1: root prio 0 rate 13312bit ceil 13312bit burst 1732b cburst 5Kb class htb 1:20 root prio 7 rate 12bit ceil 12bit burst 1599b cburst 1599b class htb 1:5 root prio 2 rate 13312bit ceil 13312bit burst 1732b cburst 1732b class htb 1:6 root prio 3 rate 13312bit ceil 13312bit burst 1732b cburst 1732b class htb 1:7 root prio 4 rate 4096bit ceil 4096bit burst 1639b cburst 5Kb class htb 1:8 root prio 5 rate 3072bit ceil 9216bit...
2004 Dec 30
2
HTB - ethloop - overlimits?
...rate 4Mbit ceil 4Mbit burst 2099b/8 mpu 0b overhead 0b cburst 2099b/8 mpu 0b overhead 0b level 7 Sent 0 bytes 0 pkts (dropped 0, overlimits 0 requeues 0) lended: 0 borrowed: 0 giants: 0 tokens: 4300 ctokens: 4300 class htb 1:4 parent 1:2 leaf 4: prio 7 quantum 1000 rate 1Kbit ceil 1Kbit burst 1599b/8 mpu 0b overhead 0b cburst 1599b/8 mpu 0b overhead 0b level 0 Sent 0 bytes 0 pkts (dropped 0, overlimits 0 requeues 0) lended: 0 borrowed: 0 giants: 0 tokens: 13107200 ctokens: 13107200 class htb 1:6 parent 1:2 leaf 6: prio 0 quantum 12500 rate 1Mbit ceil 1Mbit burst 1724b/8 mpu 0b overhead 0...
2014 Jun 04
4
opus_multistream_encode_float not working in libopus 1.1
On Wed, Jun 4, 2014 at 4:31 PM, Timothy B. Terriberry <tterribe at xiph.org> wrote: > Alpha Thinktink wrote: >> max_data_bytes=-11 > > That value is passed in by you. I also don't think passing such a value > would have worked in earlier releases. It indicates the size of the > buffer you are passing to the encoder to receive the encoded output. Actually, I'm
2006 Apr 10
1
Where is the documentation for IFB ?
Hi all, Can you tell me where is the documentation for the new IFB (implemented in kernels > 2.6.16). Thanks in advance! Nikolay