Browse Source

core: default tcp read buffer size set to 16kB

Daniel-Constantin Mierla 11 years ago
parent
commit
eccc58969c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tcp_init.h

+ 1 - 1
tcp_init.h

@@ -41,7 +41,7 @@
 
 #define DEFAULT_TLS_MAX_CONNECTIONS 2048 /* maximum tls connections */
 
-#define DEFAULT_TCP_BUF_SIZE	4096  /* buffer size used for reads */
+#define DEFAULT_TCP_BUF_SIZE	16384  /* 16k - buffer size used for reads */
 
 #define DEFAULT_TCP_WBUF_SIZE	2100 /*  after debugging switch to 4-16k */