]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#285] Moved to 64
authorFrancis Dupont <fdupont@isc.org>
Mon, 3 Aug 2020 14:19:21 +0000 (16:19 +0200)
committerTomek Mrugalski <tomek@isc.org>
Thu, 13 Aug 2020 10:25:38 +0000 (12:25 +0200)
doc/sphinx/arm/congestion-handling.rst
src/lib/dhcpsrv/parsers/simple_parser4.cc
src/lib/dhcpsrv/parsers/simple_parser6.cc

index f8efcd18031d154ceb8f1105d8daa1ab7c062fec..fb3b553e46a47d13f5e4fbaabbcf150cc8db3d5b 100644 (file)
@@ -101,7 +101,7 @@ where:
 
 -  ``capacity`` = n [packets] - this is the maximum number of packets the
    queue can hold before packets are discarded. The optimal value for
-   this is extremely site-dependent. The default value is 500 for both
+   this is extremely site-dependent. The default value is 64 for both
    kea-ring4 and kea-ring6.
 
 The following example enables the default packet queue for kea-dhcp4,
index 9a3efa6c55be259e77036e187d117049015f0680..7b595e177bbfa66100dc76be564f7b8a37531002 100644 (file)
@@ -347,7 +347,7 @@ const SimpleDefaults SimpleParser4::IFACE4_DEFAULTS = {
 const SimpleDefaults SimpleParser4::DHCP_QUEUE_CONTROL4_DEFAULTS = {
     { "enable-queue",   Element::boolean, "false"},
     { "queue-type",     Element::string,  "kea-ring4"},
-    { "capacity",       Element::integer, "500"}
+    { "capacity",       Element::integer, "64"}
 };
 
 /// @brief This table defines default values for multi-threading in DHCPv4.
index d9be96128f1de03fad3c9da71fac75066a27cd19..121d0af40f699d0c5d1721481d76bd2c00cc3071 100644 (file)
@@ -359,7 +359,7 @@ const SimpleDefaults SimpleParser6::IFACE6_DEFAULTS = {
 const SimpleDefaults SimpleParser6::DHCP_QUEUE_CONTROL6_DEFAULTS = {
     { "enable-queue",   Element::boolean, "false"},
     { "queue-type",     Element::string,  "kea-ring6"},
-    { "capacity",       Element::integer, "500"}
+    { "capacity",       Element::integer, "64"}
 };
 
 /// @brief This table defines default values for multi-threading in DHCPv6.