Displaying 1 result from an estimated 1 matches for "3908420240b".
2004 Jun 25
1
TBF maximum bucket size
...9;m trying to fill a token bucket with enough tokens to burst several gigs
of data. However, it doesn''t seem to get any higher than ~3.9GB:
>tc qdisc add dev eth0 root tbf rate 1440kbit latency 50ms \
burst 16000000000
>tc qdisc show dev eth0
qdisc tbf 800b: rate 1440Kbit burst 3908420240b lat 2197.8s
A smaller attempt of ~1.6 gigs works just fine:
>tc qdisc add dev eth0 root tbf rate 1440kbit latency 50ms \
burst 160000000
>tc qdisc show
qdisc tbf 800c: dev eth0 rate 1440Kbit burst 156250Kb lat 48.8ms
Is there any way around this? I have a 500GB/month colocation deal....