commit | da505c386c9f993e43861791dae339b2219cf8dd | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Mon Jan 19 03:49:35 2009 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Thu Jan 29 03:32:13 2009 +0000 |
tree | 177baffca259f9c9a68cb08892df9c011afd407c | |
parent | f818dd55c4a8b3519e203900bde0bb780d36e799 [diff] |
[CIFS] Make socket retry timeouts consistent between blocking and nonblocking cases 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>