summaryrefslogtreecommitdiffstats
path: root/source/include/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/client.h')
-rw-r--r--source/include/client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/include/client.h b/source/include/client.h
index c312d29bf75..79fb96dad2e 100644
--- a/source/include/client.h
+++ b/source/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
*/