Tor 0.4.9.0-alpha-dev
|
#include <token_bucket.h>
Data Fields | |
token_bucket_cfg_t | cfg |
token_bucket_raw_t | counter |
uint32_t | last_refilled_at_timestamp |
A specialized bucket containing a single counter.
Definition at line 110 of file token_bucket.h.
Definition at line 111 of file token_bucket.h.
token_bucket_raw_t counter |
Definition at line 112 of file token_bucket.h.
uint32_t last_refilled_at_timestamp |
Definition at line 113 of file token_bucket.h.