Displaying 2 results from an estimated 2 matches for "1605b".
Did you mean:
1605
2005 Jul 12
0
PLEASE HELP! SHAPING P2P STILL NOT WORKING
...$interactive = class ( prio 1, rate 18kBps,
ceil UPRATE ) { sfq; } ;
}
}
}
}
CLASSES
class htb 2:1 root rate 200000bit ceil 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 m...
2006 Aug 21
1
tc filter don''t match packets
...parent 1:11 protocol ip prio 1 u32 match ip dport 80
0xffff flowid 1:11
unfortunaly when I start that scripts tc filter don''t match packets with
dport 80!
Output of tc -s -d class show dev eth0 is:
class htb 1:11 parent 1:1 leaf 11: prio 0 quantum 1000 rate 10000bit ceil
100000bit burst 1605b/8 mpu 0b overhead 0b cburst 1650b/8 mpu 0b overhead 0b
level 0
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
rate 0bit 0pps backlog 0b 0p requeues 0
lended: 0 borrowed: 0 giants: 0
tokens: 1284000 ctokens: 132000
class htb 1:1 root rate 800000bit ceil 900000bit burst 2000b/8 mpu 0b
o...