Leaky Bucket Operation
Leaky bucket accumulates fixed-size tokens in a token bucket
Transmits a packet (from buffer, if any are there) or arriving packet only if the sum of the token sizes in the bucket add up to the packet size
More tokens are periodically added to the bucket (at rate ). If tokens are to be added when the bucket is full, they are discarded.