summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-11-08 05:38:04 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:39 -0500
commit7c075155b6728c19fa096f2c60406b1dad3e4cb3 (patch)
treec33b305c90aafabee2332f9844d55efffcba902d /docs
parent546f111a9192f824a632aa3501e3eda57f952fb3 (diff)
downloadsamba-7c075155b6728c19fa096f2c60406b1dad3e4cb3.tar.gz
samba-7c075155b6728c19fa096f2c60406b1dad3e4cb3.tar.bz2
samba-7c075155b6728c19fa096f2c60406b1dad3e4cb3.zip
Note that the max value of this is 128k and it is
silently enforced. Jeremy. (This used to be commit 03b022a85d1ecf63dd20310b4001dda87e807af3)
Diffstat (limited to 'docs')
-rw-r--r--docs/smbdotconf/protocol/minreceivefilesize.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/smbdotconf/protocol/minreceivefilesize.xml b/docs/smbdotconf/protocol/minreceivefilesize.xml
index 7c31e6b86c..2df6c178db 100644
--- a/docs/smbdotconf/protocol/minreceivefilesize.xml
+++ b/docs/smbdotconf/protocol/minreceivefilesize.xml
@@ -12,7 +12,7 @@ call Samba will emulate in user space). This allows zero-copy writes directly fr
socket buffers into the filesystem buffer cache, if available. It may improve performance
but user testing is recommended. If set to zero Samba processes SMBwriteX calls in the
normal way. To enable POSIX large write support (SMB/CIFS writes up to 16Mb) this option must be
-nonzero.</para>
+nonzero. The maximum value is 128k. Values greater than 128k will be silently set to 128k.</para>
<para>Note this option will have NO EFFECT if set on a SMB signed connection.</para>
<para>The default is zero, which diables this option.</para>
</description>