WSAENOTSOCK10038 Socket operation on nonsocket.An operation was attempted on something that is not a socket. Either the socket handle parameter did not reference a valid socket, or for select, a member of an fd_set was not valid. 也就是说 send操作的套接字对象不可用,如未创建、或不是一个可用的套接字等。------源自MSDN