+5640. [func] Add new configuration option to set the operating system
+ receive and send buffers. [GL #2313]
+
5639. [bug] Check that the first and last SOA record of an AXFR
are consistent. [GL #2528]
New Features
~~~~~~~~~~~~
-- None.
+- New configuration options, ``tcp-receive-buffer``, ``tcp-send-buffer``,
+ ``udp-receive-buffer``, and ``udp-send-buffer``, have been added. These
+ options allows the operator to fine tune the receiving and sending
+ buffers in the operating system. On busy servers, increasing the value
+ of the receive buffers can prevent the server from dropping the packets
+ during short spikes, and decreasing the value would prevent the server to
+ became clogged up with queries that are too old and have already timeouted
+ on the receiving side. :gl:`#2313`
Removed Features
~~~~~~~~~~~~~~~~