|
|
|
@ -125,8 +125,6 @@ a remote socket to send you data.
|
|
|
|
|
|
|
|
|
|
* 0 on timeout.
|
|
|
|
|
* -1 on error. Use `Socket Errno` for more detail.
|
|
|
|
|
* -3 on the socket being sorta-ready. This isn't a connection timeout,
|
|
|
|
|
so check again.
|
|
|
|
|
* 1 on success.
|
|
|
|
|
|
|
|
|
|
#### RESULT=Socket Async Wait Writing(Socket, Wait_ms)
|
|
|
|
@ -139,8 +137,10 @@ has been completed.
|
|
|
|
|
|
|
|
|
|
* 0 on timeout.
|
|
|
|
|
* -1 on error. Use `Socket Errno` for more detail.
|
|
|
|
|
* -3 on the socket being sorta-ready. This isn't a connection timeout,
|
|
|
|
|
so check again.
|
|
|
|
|
* -3 on the socket having an error.
|
|
|
|
|
* If you're using this function to test for a successful connection and
|
|
|
|
|
receive a -3, close and reopen the socket, otherwise subsequent
|
|
|
|
|
checks will return 1.
|
|
|
|
|
* 1 on success.
|
|
|
|
|
|
|
|
|
|
#### RESULT=Socket Set Timeout(Socket, Wait_ms)
|
|
|
|
|