Add CHANGES and release note for GL #2313

This commit is contained in:
Ondřej Surý
2021-03-15 15:55:44 +01:00
parent 4509089419
commit 3733b4f101
2 changed files with 11 additions and 1 deletions

View File

@@ -24,7 +24,14 @@ Known Issues
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
~~~~~~~~~~~~~~~~