EINTR (or WSAEINTR) is used to indicate that a blocking call was cancelled using WSACancelBlockingCall(). Retrying wouldn't be the right thing to do in this case.
2.7 KiB
2.7 KiB
EINTR (or WSAEINTR) is used to indicate that a blocking call was cancelled using WSACancelBlockingCall(). Retrying wouldn't be the right thing to do in this case.