MXS-2312: Use default network buffer sizes
Removed the hard-coded network buffer sizes. This effectively makes them configurable via the kernel.
This commit is contained in:
@ -742,6 +742,7 @@ static int dcb_read_SSL(DCB* dcb, GWBUF** head)
|
||||
*/
|
||||
static GWBUF* dcb_basic_read_SSL(DCB* dcb, int* nsingleread)
|
||||
{
|
||||
const size_t MXS_SO_RCVBUF_SIZE = (128 * 1024);
|
||||
unsigned char temp_buffer[MXS_SO_RCVBUF_SIZE];
|
||||
GWBUF* buffer = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user