search for: 1617b

Displaying 3 results from an estimated 3 matches for "1617b".

Did you mean: 1617
2004 Jul 28
3
Re: Re: HTB 3.13 please help
...------------ fw }//fw }//main class }//htb }//egress }//eth0(none):/skrytpy# and these are a bit of `tc -s -d class show dev eth0` prints while connection loss after running my tcng script : class htb 2:f parent 2:1 leaf 10: prio 0 quantum 1875 rate 1875bps ceil 15000bps burst 1617b/8 mpu 0b cburst 1749b/8 mpu 0b level 0 Sent 0 bytes 0 pkts (dropped 0, overlimits 0) lended: 0 borrowed: 0 giants: 0 tokens: 706914 ctokens: 95572 class htb 2:1e parent 2:1 leaf 1f: prio 0 quantum 1875 rate 1875bps ceil 15000bps burst 1617b/8 mpu 0b cburst 1749b/8 mpu 0b level 0 Sent 0 bytes 0...
2005 Nov 02
1
HTB not shaping traffic
...f HTB class. To illustrate the problem, here is non-leaf HTB class 1:30, the one that exhibits the worst behaviour: | tc class add dev eth0 parent 1:1 classid 1:30 htb prio 30 rate 149kbit Here are the statistic after a few hours: | class htb 1:30 parent 1:1 rate 149000bit ceil 149000bit burst 1617b cburst 1617b | Sent 344497902 bytes 513804 pkts (dropped 0, overlimits 0) | rate 226304bit 74pps | lended: 0 borrowed: 0 giants: 0 | tokens: -59999999 ctokens: -59999999 As you can see, the class has been transmitting at a 226kbit rate, when its ceil is 149kbit! I let tc choose burst/cburst a...
2005 Jul 12
0
PLEASE HELP! SHAPING P2P STILL NOT WORKING
...200000bit burst 1624b cburst 1624b class htb 2:2 parent 2:1 leaf 3: prio 0 rate 48000bit ceil 200000bit burst 1605b cburst 1624b class htb 2:3 parent 2:1 leaf 4: prio 7 rate 8000bit ceil 80000bit burst 1600b cburst 1609b class htb 2:4 parent 2:1 leaf 5: prio 1 rate 144000bit ceil 200000bit burst 1617b cburst 1624b As you can see here, class 2:3 stands for the p2p class, and that''s where I send the marked p2p packets, I don''t see why this configuration is not working, please help me out with this. Thank you in advance EDGAR MERINO