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:
@@ -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,
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user