Author: jra Date: 2007-11-08 05:38:04 +0000 (Thu, 08 Nov 2007) New Revision: 1205
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=1205 Log: Note that the max value of this is 128k and it is silently enforced. Jeremy. Modified: trunk/smbdotconf/protocol/minreceivefilesize.xml Changeset: Modified: trunk/smbdotconf/protocol/minreceivefilesize.xml =================================================================== --- trunk/smbdotconf/protocol/minreceivefilesize.xml 2007-11-06 13:43:19 UTC (rev 1204) +++ trunk/smbdotconf/protocol/minreceivefilesize.xml 2007-11-08 05:38:04 UTC (rev 1205) @@ -12,7 +12,7 @@ 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>