diff options
-rw-r--r-- | source3/include/client.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |