From: Razvan Becheriu Date: Fri, 21 Feb 2020 16:00:47 +0000 (+0200) Subject: [#892] added ChangeLog X-Git-Tag: Kea-1.7.5~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=028bae306845b38d2faa81396ef79d44338a11d7;p=thirdparty%2Fkea.git [#892] added ChangeLog --- diff --git a/ChangeLog b/ChangeLog index a69d4b7ab1..add9b2b618 100644 --- 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.