]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#892] added ChangeLog
authorRazvan Becheriu <razvan@isc.org>
Fri, 21 Feb 2020 16:00:47 +0000 (18:00 +0200)
committerRazvan Becheriu <razvan@isc.org>
Fri, 21 Feb 2020 16:00:47 +0000 (18:00 +0200)
ChangeLog

index a69d4b7ab1ded89af60ab7cd9fbbf7f47e647876..add9b2b618f639fadfa33c812983a4ef13a35a3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1723.  [func]          razvan
+       Added packet thread pool in dhcpv4 and dhcpv6 servers. It adds
+       the ability to handle processPacket function on multiple threads.
+       When enabled, parked packets are also added to the queue of items
+       to be handles by the thread pool. The packet thread pool is
+       currently disabled and there is no option to enable this yet.
+       (Gitlab #892)
+
 1722.  [func]          tmark
        Hostname sanitizing is now globally enabled by default.  Prior
        to this it was disabled.