]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2022] Added max-pending-requests doc
authorFrancis Dupont <fdupont@isc.org>
Tue, 13 Feb 2024 15:11:07 +0000 (16:11 +0100)
committerAndrei Pavel <andrei@isc.org>
Mon, 19 Feb 2024 15:49:45 +0000 (17:49 +0200)
doc/sphinx/arm/ext-radius.rst

index 028bfb2e8eae104a4df2f5326fc4d93d79c2a808..beb81caff048830320b3813d740a0f634a85c224 100644 (file)
@@ -228,6 +228,10 @@ At the service level, three sections can be configured:
   synchronization process at the startup of an HA node does not trigger a RADIUS
   accounting request, regardless of the value of this flag.
 
+- The ``max-pending-requests'' positive integer value limits the number
+of pending RADIUS requests, the value 0 means no limit. It is supported only
+by the access service, its default is 0 (can change to e.g. 64?).
+
 For example, to specify a single access server available on localhost
 that uses ``"xyz123"`` as a secret, and tell Kea to send three additional
 attributes (``User-Password``, ``Connect-Info``, and ``Configuration-Token``),