HACK force small buffers
authorStefan Metzmacher <metze@samba.org>
Thu, 9 Jun 2011 11:34:10 +0000 (13:34 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 18 Feb 2019 12:55:23 +0000 (13:55 +0100)
source3/include/client.h

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