[CIFS] Make socket retry timeouts consistent between blocking and nonblocking cases
authorSteve French <sfrench@us.ibm.com>
Mon, 19 Jan 2009 03:49:35 +0000 (03:49 +0000)
committerSteve French <sfrench@us.ibm.com>
Thu, 29 Jan 2009 03:32:13 +0000 (03:32 +0000)
We have used approximately 15 second timeouts on nonblocking sends in the past, and
also 15 second SMB timeout (waiting for server responses, for most request types).
Now that we can do blocking tcp sends,
make blocking send timeout approximately the same (15 seconds).

Signed-off-by: Steve French <sfrench@us.ibm.com>

No differences found