librpc: Shorten dcerpc_binding_handle_call a bit
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / protocol / smb2maxwrite.xml
blob1789bc6ece0f3914f6f4ac2ad5970c13031c3a91
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 1048576 bytes (1MiB), which is the same as a Windows Server 2008 r2.</para>
12 <para>Please note that the default is 1MiB, but it's limit is based on the
13 smb2 dialect (64KiB for SMB2.0, 1MiB for SMB2.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">1048576</value>
20 </samba:parameter>