socket error 11004 [message #135766] |
Wed, 02 February 2005 13:34 |
jd422032101
Messages: 304 Registered: April 2004
Karma: 0
|
Recruit |
|
|
i keep geting this error messeg : S
br wont repsond to fds or irc any more even tho it connects to irc and see what people say in mirc ..
any ideas
|
|
|
socket error 11004 [message #135789] |
Wed, 02 February 2005 14:43 |
|
Sir Kane
Messages: 1701 Registered: March 2003 Location: Angerville
Karma: 0
|
General (1 Star) |
|
|
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/winsock/windows_sockets_error_codes_2.asp | WSANO_DATA
11004
Valid name, no data record of requested type.
The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for. The usual example for this is a host name-to-address translation attempt (using gethostbyname or WSAAsyncGetHostByName) which uses the DNS (Domain Name Server). An MX record is returned but no A record—indicating the host itself exists, but is not directly reachable.
|
Proud N9500 and proud N6270 user. Creator of the IEE libraries (original bhs.dll) and the RB series software.
|
|
|