mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
d2a9e8df35
Change the defaults and the documentation to reflect the 64k limit. Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Oct 13 12:22:23 CEST 2011 on sn-devel-104
18 lines
683 B
XML
18 lines
683 B
XML
<samba:parameter name="smb2 max write"
|
|
type="integer"
|
|
context="G"
|
|
advanced="1" developer="1"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This option specifies the protocol value that <citerefentry><refentrytitle>smbd</refentrytitle>
|
|
<manvolnum>8</manvolnum></citerefentry> will return to a client, informing the client of the largest
|
|
size that may be sent to the server by a single SMB2 write call.
|
|
</para>
|
|
<para>The maximum is 65536 bytes (64KB), which is the same as a Windows Vista SMB2 server.</para>
|
|
</description>
|
|
|
|
<related>smb2 max read</related>
|
|
<related>smb2 max trans</related>
|
|
<value type="default">65536</value>
|
|
</samba:parameter>
|