diff options
author | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2017-10-07 16:52:33 +0300 |
---|---|---|
committer | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2017-10-07 16:52:33 +0300 |
commit | 9f20f1f7a6294c879c424e7669bad46c27b6e73c (patch) | |
tree | 6a0452bba976bad0c2d02abad3ccd2f0ec4eef3f /README.md | |
parent | a4b108a3572907619ff5cda527e98ac0013eae14 (diff) | |
download | awall-9f20f1f7a6294c879c424e7669bad46c27b6e73c.tar.bz2 awall-9f20f1f7a6294c879c424e7669bad46c27b6e73c.tar.xz |
Limit: default value for count
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -201,10 +201,10 @@ members of a top-level dictionary but are embedded into other objects. In its simplest form, a limit definition is an integer specifying the maximum number of packets or connections per second. More complex -limits are defined as objects, where the **count** attribute define +limits are defined as objects, where the **count** attribute defines the maximum during an interval defined by the **interval** attribute. The unit of the **interval** attribute is second, and the -default value is 1. +default value is 1. The default value for **count** is 1 as well. The maximum rate defined by a limit may be absolute or specific to blocks of IP addresses or pairs thereof. The number of most |