UFO: Alien Invasion
Loading...
Searching...
No Matches
leakyBucket_t Struct Reference
Collaboration diagram for leakyBucket_t:
Collaboration graph

Data Fields

char node [64]
int lastTime
signed char burst
long hash
struct leakyBucket_s * prev
struct leakyBucket_s * next

Detailed Description

Definition at line 57 of file sv_main.cpp.

Field Documentation

◆ burst

signed char leakyBucket_t::burst

Definition at line 61 of file sv_main.cpp.

Referenced by SVC_BucketForAddress(), and SVC_RateLimit().

◆ hash

long leakyBucket_t::hash

Definition at line 63 of file sv_main.cpp.

Referenced by SVC_BucketForAddress().

◆ lastTime

int leakyBucket_t::lastTime

Definition at line 60 of file sv_main.cpp.

Referenced by SVC_BucketForAddress(), and SVC_RateLimit().

◆ next

struct leakyBucket_s* leakyBucket_t::next

Definition at line 66 of file sv_main.cpp.

Referenced by SVC_BucketForAddress().

◆ node

char leakyBucket_t::node[64]

Definition at line 58 of file sv_main.cpp.

Referenced by SVC_BucketForAddress().

◆ prev

struct leakyBucket_s* leakyBucket_t::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: