-
CTokenBucket implements a token bucket filter. Token bucket filters are used in software engineering to limit a number of events within a certain time.An example of CTokenBucket is how ISP's limit bandwidth to a fixed Kilobyte per second rate. A typical usage of CTokenBucket is limiting the amount of posts to, for example, a guestbook or forum for a user ...

