]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1307] Added warning to ARM
authorThomas Markwalder <tmark@isc.org>
Thu, 16 Sep 2021 19:02:35 +0000 (15:02 -0400)
committerThomas Markwalder <tmark@isc.org>
Fri, 17 Sep 2021 15:12:03 +0000 (11:12 -0400)
modified:   doc/sphinx/arm/hooks-ha.rst

doc/sphinx/arm/hooks-ha.rst

index 6544d04a6fdb59fa0f9056c6b5ddb6c2b619c897..fbdc29060029558049cd28cd8f578c29a14283f3 100644 (file)
@@ -1615,14 +1615,24 @@ There is a global parameter, ``parked-packet-limit``, that may be used to limit
 the number of responses that may be parked at any given time.  This acts as a
 form of congestion handling and protects the server from being swamped when
 the volume of client queries is outpacing the server's ability to respond. Once
-the limit is reached, the server will emit a log and drop any further responses
-until the parking spaces are available.
+the limit is reached, the server will emit a log and drop any new responses
+until parking spaces are available.
 
 In general, smaller values for the parking lot limit are likely to cause more
 drops but with shorter response times. Larger values are likely to result in
 fewer drops but with longer response times.  Currently, the default value for
 parked-packet-limit is 256.
 
+.. warning::
+
+   Using too small of a value may result in an unecessarily high drop rate,
+   while using too large of a value may lead to responses times that are
+   simply too long to be useful.  A value of 0, while allowed, disables the
+   limit altogether but this is highly discouraged as it may lead to Kea servers
+   becoming unresponsive to clients. Choosing the best value is very site specific
+   so we recommend you leasve it at the default value of 256 and observe how
+   your system behaves over time with varying load conditions.
+
 ::
 
    "Dhcp6": {