]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix the documentation of the iosize command to explain the new zero default for smbcl...
authorJeremy Allison <jra@samba.org>
Fri, 16 Aug 2013 23:49:41 +0000 (16:49 -0700)
committerMichael Adam <obnox@samba.org>
Wed, 21 Aug 2013 15:28:56 +0000 (17:28 +0200)
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
docs-xml/manpages/smbclient.1.xml

index 2a8b5ea8d675ac49d6833e715dc3f2702f6c79e8..3a3c4dfb4d88f9eb79b9ad9cdd7acceab1e802c2 100644 (file)
 
                <varlistentry>
                <term>iosize &lt;bytes&gt;</term>
-               <listitem><para>When sending or receiving files, smbclient uses an
-               internal memory buffer by default of size 64512 bytes. This command
-               allows this size to be set to any range between 16384 (0x4000) bytes
-               and 16776960 (0xFFFF00) bytes. Larger sizes may mean more efficient
-               data transfer as smbclient will try and use the most efficient
-               read and write calls for the connected server.
+               <listitem><para>
+               When sending or receiving files, smbclient uses an
+               internal buffer sized by the maximum number of allowed requests
+               to the connected server. This command allows this size to be set to any
+               range between 0 (which means use the default server controlled size) bytes
+               and 16776960 (0xFFFF00) bytes. Using the server controlled size is the
+               most efficient as smbclient will pipeline as many simultaneous reads or
+               writes needed to keep the server as busy as possible. Setting this to
+               any other size will slow down the transfer.
                </para></listitem>
                </varlistentry>