]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added ChangeLog entry 1483.
authorThomas Markwalder <tmark@isc.org>
Tue, 20 Nov 2018 19:53:08 +0000 (14:53 -0500)
committerThomas Markwalder <tmark@isc.org>
Tue, 20 Nov 2018 19:53:08 +0000 (14:53 -0500)
ChangeLog

index ff3773c7d5ce5729e31024f354b66597abeb2e68..281b00bfc72b3b95046e864b43eae0dc6ae75b42 100644 (file)
--- 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.