summaryrefslogtreecommitdiff
path: root/lib/tbf.c
AgeCommit message (Collapse)Author
2017-12-07Timers: Fix TBF and some last remainsOndrej Zajicek (work)
2017-12-07Timers: Replace old timers with microsecond timersOndrej Zajicek (work)
The old timer interface is still kept, but implemented by new timers. The plan is to switch from the old inteface to the new interface, then clean it up.
2014-10-02Implements token bucket filter for rate limiting.Ondrej Zajicek