Fix the documentation for --send-buffersize for the new default value of zero for...
authorJeremy Allison <jra@samba.org>
Fri, 16 Aug 2013 23:48:18 +0000 (16:48 -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 ad465b88b978507775bbb08c5339d0ea3462284a..2a8b5ea8d675ac49d6833e715dc3f2702f6c79e8 100644 (file)
                
                <varlistentry>  
                <term>-b|--send-buffer buffersize</term>
-               <listitem><para>This option changes the transmit/send buffer 
-               size when getting or putting a file from/to the server. The default 
-               is 65520 bytes. Setting this value smaller (to 1200 bytes) has been 
-               observed to speed up file transfers to and from a Win9x 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. This can also be set
+               using the <command>iosize</command> command inside smbclient.
                </para></listitem>
                </varlistentry>