Tor
0.4.7.0-alpha-dev
|
#include <token_bucket.h>
Data Fields | |
uint32_t | rate |
int32_t | burst |
A generic token buffer configuration: determines the number of tokens added to the bucket in each time unit (the "rate"), and the maximum number of tokens in the bucket (the "burst")
Definition at line 21 of file token_bucket.h.