|
Stun Server
Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
|
#include <ratelimiter.h>
Public Attributes | |
| uint64_t | count |
| time_t | firstEntryTime |
| time_t | lastEntryTime |
| time_t | penaltyTime |
Definition at line 7 of file ratelimiter.h.
| uint64_t RateTracker::count |
Definition at line 9 of file ratelimiter.h.
| time_t RateTracker::firstEntryTime |
Definition at line 10 of file ratelimiter.h.
| time_t RateTracker::lastEntryTime |
Definition at line 11 of file ratelimiter.h.
| time_t RateTracker::penaltyTime |
Definition at line 12 of file ratelimiter.h.