Make VTCP_Check() accept EAGAIN/EWOULDBLOCK as acceptable errno
When a socket timeout is set on a socket and the timeout expires, read() and write() calls on that socket will return (-1) with errno set to EAGAIN/EWOULDBLOCK.
Showing
Please register or sign in to comment