summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2011-07-29 11:16:51 -0700
committerKarolin Seeger <kseeger@samba.org>2011-08-07 21:02:33 +0200
commite513eeccfbe05c2d0654e41e557750af6d062fd9 (patch)
tree0dc3d8d57c6b8913071bf611b58319526cad672b /docs-xml
parent9471effac1158e048f1cd192776b42dea50f9245 (diff)
downloadsamba-e513eeccfbe05c2d0654e41e557750af6d062fd9.tar.gz
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. (cherry picked from commit 9d579ed2398d7f88c9c02076e612eed877d1ec88)
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/protocol/smb2maxcredits.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/smbdotconf/protocol/smb2maxcredits.xml b/docs-xml/smbdotconf/protocol/smb2maxcredits.xml
index 69d04f75d65..310b8989eaf 100644
--- a/docs-xml/smbdotconf/protocol/smb2maxcredits.xml
+++ b/docs-xml/smbdotconf/protocol/smb2maxcredits.xml
@@ -8,7 +8,7 @@
that Samba tells the client it will allow. This is similar to the <smbconfoption name="max mux"/>
parameter for SMB1. You should never need to set this parameter.
</para>
-<para>The default is 128 credits, which is the same as a Windows SMB2 server.</para>
+<para>The default is 8192 credits, which is the same as a Windows 2008R2 SMB2 server.</para>
</description>
<value type="default">128</value>