diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 746896a787..04581323a8 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -4193,15 +4193,15 @@ threads. These settings can be found under the ``multi-threading`` structure and represented by: - ``enable-multi-threading`` - use multiple threads to process packets in - parallel. The default is ``false``. + parallel. The default is ``true``. - ``thread-pool-size`` - specify the number of threads to process packets in - parallel. It may be set to 0 (auto-detect), or any positive number explicitly sets - the thread count. The default is 0. + parallel. It may be set to ``0`` (auto-detect), or any positive number which + explicitly sets the thread count. The default is ``0``. - ``packet-queue-size`` - specify the size of the queue used by the thread - pool to process packets. It may be set to 0 (unlimited), or any positive - number explicitly sets the queue size. The default is 64. + pool to process packets. It may be set to ``0`` (unlimited), or any positive + number explicitly sets the queue size. The default is ``64``. An example configuration that sets these parameters looks as follows: diff --git a/doc/sphinx/arm/dhcp6-srv.rst b/doc/sphinx/arm/dhcp6-srv.rst index 018e039fcf..4e0b4605aa 100644 --- a/doc/sphinx/arm/dhcp6-srv.rst +++ b/doc/sphinx/arm/dhcp6-srv.rst @@ -3607,15 +3607,15 @@ threads. These settings can be found under the ``multi-threading`` structure and represented by: - ``enable-multi-threading`` - use multiple threads to process packets in - parallel. The default is ``false``. + parallel. The default is ``true``. - ``thread-pool-size`` - specify the number of threads to process packets in - parallel. It may be set to 0 (auto-detect), or any positive number explicitly sets - the thread count. The default is 0. + parallel. It may be set to ``0`` (auto-detect), or any positive number which + explicitly sets the thread count. The default is ``0``. - ``packet-queue-size`` - specify the size of the queue used by the thread - pool to process packets. It may be set to 0 (unlimited), or any positive - number explicitly sets the queue size. The default is 64. + pool to process packets. It may be set to ``0`` (unlimited), or any positive + number explicitly sets the queue size. The default is ``64``. An example configuration that sets these parameters looks as follows: