Skip to content
Commit da505c38 authored by Steve French's avatar Steve French
Browse files

[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: default avatarSteve French <sfrench@us.ibm.com>
parent f818dd55
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment