Error Message:

WINSOCK Error: Socket operation on non-socket.

Explanation:

The socket input parameter is not a valid socket handle: either it never was valid; or it is a file handle (not a socket handle); or, if it was a socket handle, it has been closed.

User Action:

Developer suggestions: Use socket state in an application or handle this error as a non-fatal error.