Winsock Error 10060

Winsock Error 10060 means "Connection timed out".  This means it timed out on the TCP level - i.e., we expected to receive a packet from the remote host during the connection attempt, but we did not. 

If you get this error, most likely there is a (temporary) problem with the server (or some router along the way).  You can try a traceroute to determine whether or not this is true.

Print | posted on Wednesday, January 02, 2008 10:24 AM

Feedback

# re: Winsock Error 10060

Left by david K nyajeka at 3/27/2008 5:04 AM
Gravatar A connect or send request failed because the connected party did not properly respond after a period of time. (The timeout period is dependent on the communication protocol.)

Check the obvious first: check that the destination address is a valid IP address. If you used a hostname, did it resolve to the correct address? If the hostname resolution uses a local host table, it is possible you resolved to an obsolete address. Can you ping that hostname?

Do you have a router configured? Is the router up and running? (You can check by pinging it, and then ping an address on the other side of it.) Try a traceroute to the destination address to check that all the routers are functioning.

Check your subnet mask. If you don't have the proper subnet mask, your network system may treat a local address as a remote address (so it forwards addresses on the local subnet to the router, rather than broadcasting an ARP request locally), or vice versa.

# re: Winsock Error 10060

Left by Deivid-CarloS at 2/6/2009 6:02 PM
Gravatar my bot is not working, where this error is getting called Receive error code: 10060 or exceeded HIDs, as I do to stop this error?

# re: Winsock Error 10060

Left by mohamed.khattab at 9/14/2009 10:00 AM
Gravatar ihave this error now

# re: Winsock Error 10060

Left by Abhijit at 9/30/2009 11:41 PM
Gravatar Winsock Error 10060 The connection timed out

# re: Winsock Error 10060

Left by mike wilson at 1/21/2010 3:04 PM
Gravatar need some help

Your comment:





 
 

Copyright © Lance Robinson

Design by Bartosz Brzezinski

Design by Phil Haack Based On A Design By Bartosz Brzezinski