|
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_t::burst |
Definition at line 61 of file sv_main.cpp.
Referenced by SVC_BucketForAddress(), and SVC_RateLimit().
| long leakyBucket_t::hash |
Definition at line 63 of file sv_main.cpp.
Referenced by SVC_BucketForAddress().
| int leakyBucket_t::lastTime |
Definition at line 60 of file sv_main.cpp.
Referenced by SVC_BucketForAddress(), and SVC_RateLimit().
| struct leakyBucket_s* leakyBucket_t::next |
Definition at line 66 of file sv_main.cpp.
Referenced by SVC_BucketForAddress().
| char leakyBucket_t::node[64] |
Definition at line 58 of file sv_main.cpp.
Referenced by SVC_BucketForAddress().
| struct leakyBucket_s* leakyBucket_t::prev |
Definition at line 65 of file sv_main.cpp.
Referenced by SVC_BucketForAddress().