]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
document "window"
authorAlan T. DeKok <aland@freeradius.org>
Fri, 6 Jun 2025 14:51:54 +0000 (10:51 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 6 Jun 2025 14:51:54 +0000 (10:51 -0400)
raddb/mods-available/proxy_rate_limit

index 4471734a0a628ba42c844d7bb71ca3cff847491b..6d424a8d53faefa42d605cde273eb8a0705a7f79 100644 (file)
@@ -90,4 +90,10 @@ proxy_rate_limit {
        #  the entry is expired.
        #
        idle_timeout = 10
+
+       #
+       #  The suppression period.  If a client retransmits during this time,
+       #  the rate limiting will start, and the proxy will send a reject.
+       #
+       window = 1
 }