2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +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

@@ -564,7 +564,7 @@
// be held pending the updates. In times of heavy client traffic,
// this value can keep kea-dhcp6 from building an insurmountable
// backlog of updates.
"parked-packet-limit": 128,
"parked-packet-limit": 256,
// Global (default) value of the preferred lifetime.
"preferred-lifetime": 50,

View File

@@ -586,7 +586,7 @@
// be held pending the updates. In times of heavy client traffic,
// this value can keep kea-dhcp6 from building an insurmountable
// backlog of updates.
"parked-packet-limit": 128,
"parked-packet-limit": 256,
// Global (default) value of the preferred lifetime.
"preferred-lifetime": 50,