summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/arm/dhcp4-srv.rst6
-rw-r--r--doc/sphinx/arm/dhcp6-srv.rst6
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst
index 8d06aa97c0..3a2b608df9 100644
--- a/doc/sphinx/arm/dhcp4-srv.rst
+++ b/doc/sphinx/arm/dhcp4-srv.rst
@@ -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:
diff --git a/doc/sphinx/arm/dhcp6-srv.rst b/doc/sphinx/arm/dhcp6-srv.rst
index b8d3b7a6d7..3dade898b8 100644
--- a/doc/sphinx/arm/dhcp6-srv.rst
+++ b/doc/sphinx/arm/dhcp6-srv.rst
@@ -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: