From c8bb81ff9c3ee69804ba52b8d4c10534ea7775f7 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 9 Jun 2011 13:34:10 +0200 Subject: [PATCH] HACK force small buffers --- source3/include/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/include/client.h b/source3/include/client.h index dcc33e01d009..bbf327dc20cb 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -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) -- 2.34.1