summaryrefslogtreecommitdiff
path: root/source3/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
commit944d7e2c7e7f2fa8d0a69c89ad8740a1a6d96051 (patch)
tree38f738de952889ecc9061e5100fc387c19c8c556 /source3/include/client.h
parent832ca93117e4dca90080c3117e26c5c9b81f930f (diff)
downloadsamba-944d7e2c7e7f2fa8d0a69c89ad8740a1a6d96051.tar.gz
samba-944d7e2c7e7f2fa8d0a69c89ad8740a1a6d96051.tar.bz2
samba-944d7e2c7e7f2fa8d0a69c89ad8740a1a6d96051.zip
set a default 16k client buffer size
(This used to be commit cc1a0cf82b25e259c35f8accbb948814cc28a9ba)
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h4
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
*/