summaryrefslogtreecommitdiffstats
path: root/source/include/client.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-04 07:50:44 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-04 07:50:44 +0000
commitcc1a0cf82b25e259c35f8accbb948814cc28a9ba (patch)
treecf8bf4c706756dcbcd1f4fc2be3cfefc12b4f855 /source/include/client.h
parentfcdc9bc2089822b02b30cd55054a60ed4e696e70 (diff)
downloadsamba-cc1a0cf82b25e259c35f8accbb948814cc28a9ba.tar.gz
samba-cc1a0cf82b25e259c35f8accbb948814cc28a9ba.tar.xz
samba-cc1a0cf82b25e259c35f8accbb948814cc28a9ba.zip
set a default 16k client buffer size
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
*/