mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-05 08:25:16 +00:00
[#2749] document default HA+MT
This commit is contained in:
@@ -637,10 +637,8 @@
|
||||
|
||||
// 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).
|
||||
"enable-multi-threading": false,
|
||||
// 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
|
||||
// number of multiple threads configurable through this option. The
|
||||
|
@@ -687,10 +687,8 @@
|
||||
|
||||
// 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).
|
||||
"enable-multi-threading": false,
|
||||
// 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
|
||||
// number of multiple threads configurable through this option. The
|
||||
|
@@ -30,7 +30,7 @@
|
||||
|
||||
// Multi-threading parameters.
|
||||
"multi-threading": {
|
||||
// To enable multi-threading, this option can be set to '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
|
||||
@@ -139,6 +139,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.
|
||||
|
@@ -29,7 +29,7 @@
|
||||
|
||||
// Multi-threading parameters.
|
||||
"multi-threading": {
|
||||
// To enable multi-threading, this option can be set to '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
|
||||
@@ -138,6 +138,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.
|
||||
|
@@ -578,10 +578,8 @@
|
||||
|
||||
// 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).
|
||||
"enable-multi-threading": false,
|
||||
// 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
|
||||
// number of multiple threads configurable through this option. The
|
||||
|
@@ -616,10 +616,8 @@
|
||||
|
||||
// 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).
|
||||
"enable-multi-threading": false,
|
||||
// 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
|
||||
// number of multiple threads configurable through this option. The
|
||||
|
@@ -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.
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user