summaryrefslogtreecommitdiffstats
path: root/doc/sphinx/arm
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2024-03-06 17:37:12 +0100
committerAndrei Pavel <andrei@isc.org>2024-03-18 10:33:11 +0100
commitf55106b02fe33f03efff80753c0c13733ee37729 (patch)
tree0b3a3edd89dd78f5181fea38a467b21f15e796e9 /doc/sphinx/arm
parent[#3280] Added performance.dox to Makefile.am (diff)
downloadkea-f55106b02fe33f03efff80753c0c13733ee37729.tar.xz
kea-f55106b02fe33f03efff80753c0c13733ee37729.zip
[#3262] document RADIUS thread-pool-size
Diffstat (limited to 'doc/sphinx/arm')
-rw-r--r--doc/sphinx/arm/ext-radius.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/sphinx/arm/ext-radius.rst b/doc/sphinx/arm/ext-radius.rst
index 0ec0a78bca..58668abb94 100644
--- a/doc/sphinx/arm/ext-radius.rst
+++ b/doc/sphinx/arm/ext-radius.rst
@@ -172,6 +172,13 @@ flags:
- ``session-history`` (default ``""``) - is the name of the file providing
persistent storage for accounting session history.
+ - ``thread-pool-size`` (default ``0``) indicates the number of threads that
+ should be used for sending asynchronous RADIUS requests for both access and
+ accounting services. A value of ``0`` instructs the RADIUS hook library to
+ use the same number of threads used for DHCP processing. This value is only
+ relevant if Kea core is configured as multi-threaded. Single-threaded Kea
+ core makes the RADIUS hook library also be single-threaded.
+
- ``timeout`` (default ``10``) - is the number of seconds during which a
response is awaited.