]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1192] Added MT defaults
authorFrancis Dupont <fdupont@isc.org>
Thu, 23 Apr 2020 16:14:32 +0000 (18:14 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 23 Apr 2020 16:14:32 +0000 (18:14 +0200)
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst

index 8d06aa97c093b89a63658ec6e31f9eabecad6d0e..3a2b608df96ebae645b1618cf7aaac365a1ae0ed 100644 (file)
@@ -3747,15 +3747,15 @@ threads. These settings can be found under ``multi-threading`` structure and are
 represented by:
 
 -  ``enable-multi-threading`` - use multiple threads to process packets in
-    parallel
+    parallel (default false).
 
 -  ``thread-pool-size`` - specify the number of threads to process packets in
    parallel.  Supported values are: 0 (auto detect), any positive number sets
-   thread count explicitly.
+   thread count explicitly (default 0).
 
 -  ``packet-queue-size`` - specify the size of the queue used by the thread
    pool to process packets.  Supported values are: 0 (unlimited), any positive
-   number sets queue size explicitly.
+   number sets queue size explicitly (default 64).
 
 An example configuration that sets these parameter looks as follows:
 
index b8d3b7a6d729f656eb2af843def30a528bae65af..3dade898b8c3bff180d93d0dfe07b58b39ec21f2 100644 (file)
@@ -3259,15 +3259,15 @@ threads. These settings can be found under ``multi-threading`` structure and are
 represented by:
 
 -  ``enable-multi-threading`` - use multiple threads to process packets in
-    parallel
+    parallel (default false).
 
 -  ``thread-pool-size`` - specify the number of threads to process packets in
    parallel.  Supported values are: 0 (auto detect), any positive number sets
-   thread count explicitly.
+   thread count explicitly (default 0).
 
 -  ``packet-queue-size`` - specify the size of the queue used by the thread
    pool to process packets.  Supported values are: 0 (unlimited), any positive
-   number sets queue size explicitly.
+   number sets queue size explicitly (default 64).
 
 An example configuration that sets these parameter looks as follows: