mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[#3299] fix parked-packet-limit mentions in ARM
- move PPL section to general hooks section - remove note that PPL is used only for HA - add PPL section in RADIUS - add PPL reference in ping-check - change values in doc/examples to resemble defaults
This commit is contained in:
@@ -572,7 +572,7 @@
|
||||
// This value limits the number of packets that can be held pending
|
||||
// the updates. In times of heavy client traffic, this value can keep
|
||||
// kea-dhcp4 from building an insurmountable backlog of updates.
|
||||
"parked-packet-limit": 128,
|
||||
"parked-packet-limit": 256,
|
||||
|
||||
// List of global DHCP options that the Kea DHCPv4 server assigns to
|
||||
// clients.
|
||||
|
@@ -594,7 +594,7 @@
|
||||
// This value limits the number of packets that can be held pending
|
||||
// the updates. In times of heavy client traffic, this value can keep
|
||||
// kea-dhcp4 from building an insurmountable backlog of updates.
|
||||
"parked-packet-limit": 128,
|
||||
"parked-packet-limit": 256,
|
||||
|
||||
// List of global DHCP options that the Kea DHCPv4 server assigns to
|
||||
// clients.
|
||||
|
Reference in New Issue
Block a user