Winsock Error Codes - Brought to you by Winsock-Error.com

11002 "Nonauthoritative host not found."

WSATRY_AGAIN (Winsock error number: 11002)

Microsoft say this about Winsock error 11002 - WSATRY_AGAIN:

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

Full details of Winsock TCP error 11002 - WSATRY_AGAIN:

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.

   
This page is designed to help you to understand Winsock TCP error 11002. It will not necessarily mean you can instantly fix issues when your computer tells you that Winsock is having problems with code 11002, rather it will give you the necessary background information to help solve the matter.

Programming declarations for 11002 (WSATRY_AGAIN):

C#
long WSATRY_AGAIN = 11002 ;

VB.net
Dim WSATRY_AGAIN As Long = 11002

VB6
Dim WSATRY_AGAIN As Long
WSATRY_AGAIN = 11002