From: Alan T. DeKok Date: Fri, 6 Jun 2025 14:51:54 +0000 (-0400) Subject: document "window" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbd78ca638dbecc3e31c734bbf643aa094b7e8e3;p=thirdparty%2Ffreeradius-server.git document "window" --- diff --git a/raddb/mods-available/proxy_rate_limit b/raddb/mods-available/proxy_rate_limit index 4471734a0a..6d424a8d53 100644 --- a/raddb/mods-available/proxy_rate_limit +++ b/raddb/mods-available/proxy_rate_limit @@ -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 }