The DOSProtection type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
BanTimeout |
The timeout after which time a banned IPAddress may have access again. Default is 10 minutes.
| |
ConnectionInitialiseCountInIntervalBeforeBan |
The number of connection initialises to log within LogInterval before an IPAddress is banned. Default is 100
| |
Enabled |
The current state of DOS protection
| |
LogInterval |
The time within which if MalformedCountInIntervalBeforeBan or ConnectionInitialiseCountInIntervalBeforeBan
is reached a peer will be banned. Default is 5 minutes.
| |
MalformedCountInIntervalBeforeBan |
The number of malformed data counts to log within LogInterval before an IPAddress is banned. Default is 2.
|
See Also