From 944d7e2c7e7f2fa8d0a69c89ad8740a1a6d96051 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 4 Oct 1998 07:50:44 +0000 Subject: set a default 16k client buffer size (This used to be commit cc1a0cf82b25e259c35f8accbb948814cc28a9ba) --- source3/include/client.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/include/client.h') diff --git a/source3/include/client.h b/source3/include/client.h index c312d29bf7..79fb96dad2 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -24,6 +24,10 @@ #ifndef _CLIENT_H #define _CLIENT_H +/* the client asks for a smaller buffer to save ram and also to get more + overlap on the wire */ +#define CLI_BUFFER_SIZE (0x4000) + /* * These definitions depend on smb.h */ -- cgit