Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-10 | Change input rate limiting to use token bucket | Stephen Hemminger | |
There are two ways to input rate limit. One uses the generic rate estimator which is supposed to measure average rate, the other is to use a token bucket based packet counter. Well the generic rate estimator doesn't work correctly in current kernels (no effect), so switch to using rate and burst. Bugfix 3881 | |||
2008-10-24 | Better help for match options | Stephen Hemminger | |
Bugfix 3833 Better help for configuration of match options | |||
2008-09-23 | Add incoming traffic limiting to Qos | Stephen Hemminger | |
This adds support for Qos using incoming policing. It is accepts the syntax and processes commands, but is not fully debugged. Bugfix: 3664 |