Tor 0.4.9.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.
int32_t burst |
Definition at line 23 of file token_bucket.h.
uint32_t rate |
Definition at line 22 of file token_bucket.h.