DOSProtection PropertiesNetworkComms.Net Help
The DOSProtection type exposes the following members.
Properties

  NameDescription
Public propertyBanTimeout
The timeout after which time a banned IPAddress may have access again. Default is 10 minutes.
Public propertyConnectionInitialiseCountInIntervalBeforeBan
The number of connection initialises to log within LogInterval before an IPAddress is banned. Default is 100
Public propertyEnabled
The current state of DOS protection
Public propertyLogInterval
The time within which if MalformedCountInIntervalBeforeBan or ConnectionInitialiseCountInIntervalBeforeBan is reached a peer will be banned. Default is 5 minutes.
Public propertyMalformedCountInIntervalBeforeBan
The number of malformed data counts to log within LogInterval before an IPAddress is banned. Default is 2.
Back to Top
See Also