Tor 0.4.9.0-alpha-dev
Data Fields
token_bucket_cfg_t Struct Reference

#include <token_bucket.h>

Data Fields

uint32_t rate
 
int32_t burst
 

Detailed Description

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.

Field Documentation

◆ burst

int32_t burst

Definition at line 23 of file token_bucket.h.

◆ rate

uint32_t rate

Definition at line 22 of file token_bucket.h.


The documentation for this struct was generated from the following file: