Add CHANGES and release note for GL #2313
This commit is contained in:
@@ -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
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user