summaryrefslogtreecommitdiff
path: root/source3/include/local.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2011-07-28 20:22:45 -0700
committerJeremy Allison <jra@samba.org>2011-07-29 10:18:12 -0700
commit9edc1599125fbd3588a22d9a4145666a9c322798 (patch)
treedb3a8d749ee521062f8026e526bdb0b4325ecb0d /source3/include/local.h
parentfac5c654e2fe17c2c11d150b16088e8a51f6be20 (diff)
downloadsamba-9edc1599125fbd3588a22d9a4145666a9c322798.tar.gz
samba-9edc1599125fbd3588a22d9a4145666a9c322798.tar.bz2
samba-9edc1599125fbd3588a22d9a4145666a9c322798.zip
First part of bugfix for bug #8335 - file copy aborts with smb2_validate_message_id: bad message_id
Set default max credits to 8192 now this has been documented in the SMB2 spec.
Diffstat (limited to 'source3/include/local.h')
-rw-r--r--source3/include/local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/local.h b/source3/include/local.h
index 594f7003ef..d71a72c2e5 100644
--- a/source3/include/local.h
+++ b/source3/include/local.h
@@ -235,7 +235,7 @@
#define DEFAULT_SMB2_MAX_READ (1024*1024)
#define DEFAULT_SMB2_MAX_WRITE (1024*1024)
#define DEFAULT_SMB2_MAX_TRANSACT (1024*1024)
-#define DEFAULT_SMB2_MAX_CREDITS 128
+#define DEFAULT_SMB2_MAX_CREDITS 8192
#define DEFAULT_SMB2_MAX_CREDIT_BITMAP_FACTOR 2
#endif