From: Thomas Markwalder Date: Tue, 20 Nov 2018 19:53:08 +0000 (-0500) Subject: [master] Added ChangeLog entry 1483. X-Git-Tag: 204-move-models-base~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bfff390a86f3b3fcde5a731457ff86600ff5f09;p=thirdparty%2Fkea.git [master] Added ChangeLog entry 1483. --- diff --git a/ChangeLog b/ChangeLog index ff3773c7d5..281b00bfc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1483. [func] tmark + Use of congestion handling is now optional via the 'enable-queue' + flag added to 'dhcp-queue-control'. It is disabled by default. + When disabled Kea's DHCPv4 and DHCPv6 servers will consume packets + directly from interface sockets in the main thread (i.e. employs pre + Kea 1.5 technique). + (Gitlab #260, !120, git 9e304fae48d0d0658fd39a21aba9da528b4cc6f4) + 1482. [func] fdupont The configuration parameter "reservation-mode" can be specified at global (new), subnet and shared network levels.