]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3262] document RADIUS thread-pool-size
authorAndrei Pavel <andrei@isc.org>
Wed, 6 Mar 2024 16:37:12 +0000 (18:37 +0200)
committerAndrei Pavel <andrei@isc.org>
Mon, 18 Mar 2024 09:33:11 +0000 (11:33 +0200)
doc/sphinx/arm/ext-radius.rst

index 0ec0a78bca3d3e62044a53c18b06ba2af8962e05..58668abb94387db17053965ae04c25485c812981 100644 (file)
@@ -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.