Add new "timeout" command and -t option to smbclient to set the per-operation timeout.
commitd9c88a56dc451be09e8c9fc9aa8857e312fcb444
authorJeremy Allison <jra@samba.org>
Fri, 16 Aug 2013 20:49:39 +0000 (16 13:49 -0700)
committerMichael Adam <obnox@samba.org>
Wed, 21 Aug 2013 15:28:55 +0000 (21 17:28 +0200)
tree40058d708af4014e85aa906136edb0c2337d7193
parent81e1058e20bcfc1efab2b39dd7642d8dbbe0cb3b
Add new "timeout" command and -t option to smbclient to set the per-operation timeout.

This is needed as once SMB3 encryption is selected the server
response time can be very slow when requesting large numbers
(256) of large encrypted packets (1MB) from a Windows 2012
virtual machine. This allows clients to tune their allowable
wait time.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/client/client.c