Revert "HACK force small buffers"
authorStefan Metzmacher <metze@samba.org>
Sun, 25 Sep 2016 00:01:23 +0000 (02:01 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 18 Feb 2019 12:55:23 +0000 (13:55 +0100)
This reverts commit f98759046f93bcd2188b660b4f69190638d24628.

source3/include/client.h

index bbf327dc20cb81ed02159069c49abb1625b3b5fc..dcc33e01d009852d7a38e3716761755fcf4f82ba 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef _CLIENT_H
 #define _CLIENT_H
 
-#define CLI_BUFFER_SIZE 4356 //SMB_BUFFER_SIZE_MAX
+#define CLI_BUFFER_SIZE SMB_BUFFER_SIZE_MAX
 
 /* default client timeout to 20 seconds on most commands */
 #define CLIENT_TIMEOUT (20 * 1000)