2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-05 08:25:16 +00:00

[master] Added ChangeLog entry for #2701.

This commit is contained in:
Marcin Siodelski
2013-03-07 11:26:39 +01:00
parent 725dea7f0e
commit 157e22bdf8

View File

@@ -1,3 +1,14 @@
586. [func] marcin
libdhcp++: Removed unnecesary calls to the function which
validates option definitions used to create instances of options
being decoded in the received packets. Eliminating these calls
lowered the CPU utilization by the server by approximately 10%.
Also, added the composite search indexes on the container used to
store DHCP leases by Memfile backend. This resulted in the
significant performance rise when using this backend to store
leases.
(Trac #2701, git b96a30b26a045cfaa8ad579b0a8bf84f5ed4e73f)
585. [func] jinmei, muks
The zone data loader now accepts RRs in any order during load.
Before it used to reject adding non-consecutive RRsets. It