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