2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[#2749] document default HA+MT

This commit is contained in:
Andrei Pavel
2023-03-28 19:38:59 +03:00
parent 84672202c2
commit c86d074590
9 changed files with 25 additions and 33 deletions

View File

@@ -36,9 +36,7 @@
// Multi-threading parameters.
"multi-threading": {
// By default Kea processes packets on a single thread (default
// 'false' value for this option). To enable multi-threading, this
// option can be set ('true' value).
// By default, Kea processes packets on multiple threads if the hardware permits.
"enable-multi-threading": true,
// When multi-threading is enabled, Kea will process packets on a
@@ -137,6 +135,7 @@
// processing packets on multiple threads, the High Availability module
// must have multi-threading enabled.
"multi-threading": {
// Enable High Availability to benefit from multi-threading. Default: true.
"enable-multi-threading": true,
// When running in MT mode, the dedicated listener is used to handle
// lease updates.

View File

@@ -36,9 +36,7 @@
// Multi-threading parameters.
"multi-threading": {
// By default Kea processes packets on a single thread (default
// 'false' value for this option). To enable multi-threading, this
// option can be set ('true' value).
// By default, Kea processes packets on multiple threads if the hardware permits.
"enable-multi-threading": true,
// When multi-threading is enabled, Kea will process packets on a
@@ -137,6 +135,7 @@
// processing packets on multiple threads, the High Availability module
// must have multi-threading enabled.
"multi-threading": {
// Enable High Availability to benefit from multi-threading. Default: true.
"enable-multi-threading": true,
// When running in MT mode, the dedicated listener is used to handle
// lease updates.