source: vendor/3.6.0/docs-xml/smbdotconf/protocol/smb2maxwrite.xml

Last change on this file was 740, checked in by Silvan Scherrer, 13 years ago

Samba Server: update vendor to 3.6.0

File size: 698 bytes
Line 
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
9size that may be sent to the server by a single SMB2 write call.
10</para>
11<para>The default is 1048576 bytes (1MB), which is the same as a Windows7 SMB2 server.</para>
12</description>
13
14<related>smb2 max read</related>
15<related>smb2 max trans</related>
16<value type="default">1048576</value>
17</samba:parameter>
Note: See TracBrowser for help on using the repository browser.