hollow ~master (2015-04-23T00:53:40Z)
Home
Dub
Repo
RateLimit
hollow
filters
ratelimit
Undocumented in source.
class
RateLimit :
Filter
{
ushort
mps
;
uint
count
;
SysTime
last
;
this
(ushort mps);
bool
shouldWriteLine
(string line);
}
Constructors
this
this
(ushort mps)
Undocumented in source.
Members
Functions
shouldWriteLine
bool
shouldWriteLine
(string line)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
count
uint
count
;
Undocumented in source.
last
SysTime
last
;
Undocumented in source.
mps
ushort
mps
;
Undocumented in source.
Inherited Members
From Filter
shouldWriteLine
bool
shouldWriteLine
(string line)
Undocumented in source.
Meta
Source
See Implementation
hollow
filters
ratelimit
classes
RateLimit