Stun Server  Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
RateTracker Struct Reference

#include <ratelimiter.h>

Public Attributes

uint64_t count
 
time_t firstEntryTime
 
time_t lastEntryTime
 
time_t penaltyTime
 

Detailed Description

Definition at line 7 of file ratelimiter.h.

Member Data Documentation

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.


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