WSAEPROTOTYPE (10041) Protocol wrong type for socket. 在socket()函数调用中指定的协议不支持请求的套接字类型的语义。例如,ARPA Internet UDP协议不能和SOCK_STREAM套接字类型一同指定。 WSAESHUTDOWN (10058) Cannot send after socket shutdown. 因为套接字在相应方向上已经被先前的shutdown()调用关闭,因此该...
(10051) Network is unreachable. A socket operation was attempted to an unreachable network. This usually means the local software knows no route to reach the remote host. WSAENOBUFS (10055) No buffer space available. An operation on a socket could not be performed because the system lacked suff...
Only one usage of each socket address (protocol/IP address/port) is normally permitted. This error occurs if an application attempts tobinda socket to an IP address/port that has already been used for an existing socket, or a socket that wasn't closed properly, or one that is still in t...
WSAENOTCONN (10057) Socket is not connected. 因为套接字没有连接,发送或接收数据的请求不被允许,或者是使用sendto()函数在数据报套接字上发送时没有提供地址。任何其它类型的操作也可以返回此错误,例如,使用setsockopt()函数在一个已重置的连接上设置SO_KEEPALIVE。 WSAENOTSOCK (10038) Socket operation on non...
出现网络联机错误Socket error #11001 表示您的计算机无法连上服务器,请检查您的Proxy设定以及Proxy相关账号,或暂时取消您防毒软件的「个人防火墙」。 · 出现网络联机错误Socket error #11004 应该是网络联机状态问题,请用户检查网络联机是否正常。 · 出现网络联机错误Socket error #10060 Connection Timed Out ...
Only one usage of each socket address (protocol/IP address/port) is normally permitted. This error occurs if an application attempts to bind a socket to an IP address/port that has already been used for an existing socket, or a socket that wasn't closed properly, or one that is still ...
WSAENOTCONN (10057) Socket is not connected. 因为套接字没有连接,发送或接收数据的请求不被允许,或者是使用sendto()函数在数据报套接字上发送时没有提供地址。任何其它类型的操作也可以返回此错误,例如,使用setsockopt()函数在一个已重置的连接上设置SO_KEEPALIVE。
翻译: 套接字上 nonsocket 的操作。 说明: 在某些内容不是一个套接字上已尝试的操作。套接字的句柄参数没有引用有效的套接字,或者一个 fd_set 的成员的选择 (Wsapiref_1ab6.asp),已无效。 回到顶端 WSAEDESTADDRREQ (10039) 翻译: 所需的目标地址。
Windows 套接字错误代码,值,含义 WSAEINTR (10004)∙转换 : 中断函数调用。 ∙说明 : 阻止的操作已被对 WSACancelBlockingCall (Wsapiref_704y.asp) 的调用中断。WSAEACCES (10013) ∙转换 : 被拒绝的权限。 ∙说明 : 一个试图访问已禁止其访问权限的套接字。 是例如此错误时发生了广播的...
A socket operation encountered a dead network. This could indicate a serious failure of the network system (that is, the protocol stack that the Windows Sockets DLL runs over), the network interface, or the local network itself. 10051 WSAENETUNREACH Network is unreachable. A socket operation ...