2
0
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:
Andrei Pavel
2024-04-01 15:57:03 +03:00
parent 2cb3999f62
commit 4dae2a3954
8 changed files with 106 additions and 70 deletions

View File

@@ -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.

View File

@@ -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.