Class | Description |
---|---|
AIMDLimit |
Loss based dynamic
Limit that does an additive increment as long as
there are no errors and a multiplicative decrement when there is an error. |
AIMDLimit.Builder | |
FixedLimit |
Non dynamic limit with fixed value
|
SettableLimit |
Limit to be used mostly for testing where the limit can be manually
adjusted. |
VegasLimit |
Limiter based on TCP Vegas where the limit increases by 1 if the queue_use is small (< alpha)
and decreases by 1 if the queue_use is large (> beta).
|
VegasLimit.Builder |