UFO: Alien Invasion
|
Data Fields | |
char | node [64] |
int | lastTime |
signed char | burst |
long | hash |
struct leakyBucket_s * | prev |
struct leakyBucket_s * | next |
Definition at line 57 of file sv_main.cpp.
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().