Set reasonable values to SO_RCVBUF and SO_SNDBUF
The values of SO_RCVBUF and SO_SNDBUF needs to be set to a reasonable number, so we prevent processing client requests that would timeout anyway (e.g. smaller is better).
The values of SO_RCVBUF and SO_SNDBUF needs to be set to a reasonable number, so we prevent processing client requests that would timeout anyway (e.g. smaller is better).