Merge branch 'cmd' of ssh://box/var/lib/git/libucore into cmd

This commit is contained in:
Nils O. Selåsdal
2014-09-08 22:24:36 +02:00
18 changed files with 145 additions and 108 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
#ifndef UC_RATE_LIMIT_H_
#define UC_RATE_LIMIT_H_
/** This is a rate limiter, based on the token bucket principle.
/** @file
* This is a rate limiter, based on the token bucket principle.
* We have X amount of tickets(=our rate) per Y amount of time,
*
* The allowed tickets increases with X per Y amount of time.