Several different interpretations of WinSock error number: 10053 wsaeconnaborted

Source: Internet
Author: User
Full details of WinSock TCP Error 10053-Wsaeconnaborted:

 

Berkeley description: A connection abort was caused internal to your host machine. The software caused a connection abort because there is no space on the socket's queue and the socket cannot receive further connections.

Winsock description: Partly the same as Berkeley. the error can occur when the local network system aborts a connection. this wowould occur if Winsock aborts an established connection after data retransmission fails (Explorer never acknowledges data sent on a datastream socket ).

TCP/IP scenario: A connection will timeout if the local system doesn't receive an (ACK) nowledgement for data sent. it wowould also timeout if a (FIN) ish TCP packet is not ack 'd (and even if the fin is ack 'd, it will eventually timeout if a fin is not returned ).

User suggestions:There are a number of things to check, that might help to identify why the failure occurred. Basically, you want to identify where the problem occurred.

  • Ping the remote host you were connected. if it doesn't respond, it might be off-line or there may be a network problem along the way. if it does respond, then this problem might have been a transient one (so you can reconnect now ), or the server application you were connected to might have terminated (so you might not be able to connect again ).
  • Ping a local host to verify that your local network is still functioning (if on a serial connection, see next step)
  • Ping your local router address. If you're on a serial connection, your local router is the IP address of the host you initially logged onto with slip or PPP.
  • Ping a host on the same subnet as the host you were connected to (if you know one). This will verify that the destination network is Funing ing.
  • Try a "traceroute" to the host you were connected. this won't reveal too much unless you know the router addreaddresses at the remote end, but it might help to identify if the problem is somewhere along the way.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.