| • | Filter name - The unique name referenced when applying a filter to a room. |
| • | Maximum duplicate messages – The maximum number of allowed identical messages sent consecutively to the server. |
| • | Sliding window duration – The amount of time (in milliseconds) used when considering if a group of messages is flooding. This is used in conjunction with the parameter for maximum messages in a window. |
| • | Maximum messages in a window - The number of messages allowed during the given interval. This is best explained by example. Consider that the sliding window duration is set to 1000ms and maximum messages in a window is set to five. If a user ever sends five messages or more within a 1000ms duration, then it will be considered flooding. |
|