type Quota struct {
// contains filtered or unexported fields
}
Quota implements a simple IP-based rate limiter.
Each set of incoming IP addresses with the same
low-order byte gets events per second.
Information is kept in an LRU cache of size maxEntries.