UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
leakyBucket_s Struct Reference

Data Fields

char node [64]
 
int lastTime
 
signed char burst
 
long hash
 
struct leakyBucket_sprev
 
struct leakyBucket_snext
 

Detailed Description

Definition at line 57 of file sv_main.cpp.

Field Documentation

signed char leakyBucket_s::burst

Definition at line 61 of file sv_main.cpp.

Referenced by SVC_BucketForAddress(), SVC_RateLimit(), and SVC_RateLimitAddress().

long leakyBucket_s::hash

Definition at line 63 of file sv_main.cpp.

Referenced by SVC_BucketForAddress().

int leakyBucket_s::lastTime

Definition at line 60 of file sv_main.cpp.

Referenced by SVC_BucketForAddress(), and SVC_RateLimit().

struct leakyBucket_s* leakyBucket_s::next

Definition at line 66 of file sv_main.cpp.

Referenced by SVC_BucketForAddress().

char leakyBucket_s::node[64]

Definition at line 58 of file sv_main.cpp.

Referenced by SVC_BucketForAddress().

struct leakyBucket_s* leakyBucket_s::prev

Definition at line 65 of file sv_main.cpp.

Referenced by SVC_BucketForAddress().


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