PDA

View Full Version : socket error # 11002


Lupo002
26-01-2004, 20:24
since i reinstalled windows ive been getting this error evry time i connect to one particular ts server, as its the one i have to use then its getting annoying

directx 9.0
most recent ts client
windows 2000 service pack 4

Dummer Sack
26-01-2004, 21:05
I would say a problem with your ISP or network config.
This error can also go away by itself.

Socket error 11002:
WSATRY_AGAIN (11002) Non-authoritative host not found

Berkeley description: This is usually a temporary error and means that the local server did not receive a response from an authoritative server. A retry at some time later may be successful.

WinSock description: Same as Berkeley. Notice that asynchronous service and protocols functions are listed below, in addition to the hostname resolution functions.

User suggestions: see WSAHOST_NOT_FOUND for details.

WinSock function: gethostbyaddr(), gethostbyname(), WSAAsyncGetHostByAddr(), WSAAsyncGetHostByName(), WSAAsyncGetProtoByName(), WSAAsyncGetProtoByNumber(), WSAAsyncGetServByName(), WSAAsyncGetServByPort()

See also: WSANO_DATA, WSANO_RECOVERY, WSATRY_AGAIN

mCn
26-01-2004, 21:09
WSATRY_AGAIN (11002) Non-authoritative host not found

Berkeley description: This is usually a temporary error and means that the local server did not receive a response from an authoritative server. A retry at some time later may be successful.