Details
-
Bug
-
Status: External Review
-
Minor - P4
-
Resolution: Unresolved
-
v3.0
-
None
-
Small
-
false
Description
I found two different places with different explanation what does:
socketTimeoutMS
|
do.
Here is written one explanation:
The time in milliseconds to attempt a send or receive on a socket before the attempt times out. The default is never to timeout, though different drivers might vary. See the driver documentation.
But here is given completely different explanation:
The socketTimeoutMS sets the number of milliseconds a socket stays inactive after the driver has successfully connected before closing. If the value is set to 360000 milliseconds, the socket closes if there is no activity during a 30 seconds window.
What does really
socketTimeoutMS
|
do?