docs:smbdotconf: remove swat-specific flags.
[kamenim/samba-autobuild/.git] / docs-xml / smbdotconf / protocol / smb2maxwrite.xml
1 <samba:parameter name="smb2 max write"
2                 type="integer"
3                 context="G"
4                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6 <para>This option specifies the protocol value that <citerefentry><refentrytitle>smbd</refentrytitle>
7 <manvolnum>8</manvolnum></citerefentry> will return to a client, informing the client of the largest
8 size that may be sent to the server by a single SMB2 write call.
9 </para>
10 <para>The maximum is 8388608 bytes (8MiB), which is the same as a Windows Server 2012 r2.</para>
11 <para>Please note that the default is 8MiB, but it's limit is based on the
12 smb2 dialect (64KiB for SMB == 2.0, 8MiB for SMB => 2.1 with LargeMTU).
13 Large MTU is not supported over NBT (tcp port 139).</para>
14 </description>
15
16 <related>smb2 max read</related>
17 <related>smb2 max trans</related>
18 <value type="default">8388608</value>
19 </samba:parameter>