blob: cdbc47af47dea02d5f1c08d988eb060797955c7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<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 default is 1048576 bytes (1MB), which is the same as a Windows7 SMB2 server.</para>
</description>
<related>smb2 max read</related>
<related>smb2 max trans</related>
<value type="default">1048576</value>
</samba:parameter>
|