Found 4 packages
This library provides an implementation of a token bucket algorithm which is useful for providing rate limited access to a portion of code. The implementation provided is that of a "leaky bucket" in the sense that the bucket has a finite capacity and any added tokens that would exceed this capacity will "overflow" out of the bucket and be lost forever.
A request limiter based on the Leaky Bucket algorithm
Owin middleware that implements the leaky bucket algorithm for request throttling.
Popular rate limiting algorithms. C# implementations of fixed token bucket and leaky token bucket throttling strategies