diff options
author | Jeremy Allison <jra@samba.org> | 2004-12-14 00:25:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:53:36 -0500 |
commit | 5b713a206bf9c05faad750512886f4bbeebb21f8 (patch) | |
tree | b40f70499c5557dc9d0b45e4db4660073a56f7a7 /source3/include | |
parent | 00eede9a6b7e258faa6abe4de0d39a16bbcebd14 (diff) | |
download | samba-5b713a206bf9c05faad750512886f4bbeebb21f8.tar.gz samba-5b713a206bf9c05faad750512886f4bbeebb21f8.tar.bz2 samba-5b713a206bf9c05faad750512886f4bbeebb21f8.zip |
r4186: Fix client & server to allow 127k READX calls.
Jeremy.
(This used to be commit 831cb21a874601e4536c2cf76c5351e1d0defcb5)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 52a6c76299..b556538f74 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -27,7 +27,7 @@ overlap on the wire. This size gives us a nice read/write size, which will be a multiple of the page size on almost any system */ #define CLI_BUFFER_SIZE (0xFFFF) - +#define CLI_MAX_LARGE_READX_SIZE (127*1024) /* * These definitions depend on smb.h |