Hi, I have done a burst for incoming traffic. I configured it as follows: tc qdisc add dev myIF root tbf rate 40mbit latency 50ms maxburst 80Mb mtu 5000 I have problems configuring a burst to the outgoing traffic. Normally, I configure it as follows: tc qdisc add dev peth1 root handle 1: cbq avpkt 1000 bandwidth 100mbit tc class add dev peth1 parent 1: classid 1:1 cbq rate 40mbit allot 1500 prio 5 bounded isolated tc filter add dev peth1 parent 1: protocol ip prio 16 u32 match ip src X.X.X.X flowid 1:1 So the traffic is directly limited to 40mbit. I don't understand the usage of maxburst in this command. I already read the manual page of cbq. Please, could anyone help me? Regards, Vincent -- To unsubscribe from this list: send the line "unsubscribe lartc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html