[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ns] I'd like to know...



Good Morning.
I'd like to know how I can realize a Token Bucket Filter (TBF) but I don't want that some tokens go wasted. So everytime that the bucket is full and no packets are in the queue, I'd want to send equally a packet at the same rate of the tokens ( the variable rate_ if I well remember ).
Exist this object?
If no, how can I realize it?
 
Thank you.