Various implementations of rate-limiting algorithms. More...
Go to the source code of this file.
Classes | |
class | cras::RateLimiter |
Generic rate-limiter interface. More... | |
class | cras::ThrottleLimiter |
The (not so clever) algorithm used by topic_tools/throttle node. More... | |
class | cras::TokenBucketLimiter |
Token bucket rate limiting algorithm. More... | |
Namespaces | |
cras | |
Various implementations of rate-limiting algorithms.
Definition in file rate_limiter.h.