Lance's TextBox

About Me       - Also see my RSS simple services site.

  Home  |   Contact  |   Syndication    |   Login
  510 Posts | 7 Stories | 379 Comments | 258 Trackbacks

News

Lance Robinson is a product manager and software developer in Durham, Chapel Hill, Raleigh, and surrounding areas. More about Lance.

 Subscribe Add to Technorati Favorites

 

 

 

 


 

 

Search My Blog:

 

 

Twitter












Tag Cloud


Archives

Post Categories

Blogs

Miscellanous

Noteworthy Stuff

Popular Posts

Last month I mentioned winsock error 10053, "Software caused connection abort" (basically, the error means that something on the localhost caused the connection to be closed), and how it is so often caused by virus scanners. I pointed out that this is not always the case, and sometimes the problem is very difficult to troubleshoot. But don't worry, this is pretty common and it is most likely not a bug in your code, just something that needs to be considered when implementing error handling.

Besides AV software, another common cause of this error is that a remotehost stops acknowledging receipt of TCP packets. When TCP packets are sent to a remotehost, and the remotehost does not acknowledge that packet, the local socket will attempt retries - but if the remote host never responds, a 10053 error will occur.

posted on Wednesday, July 20, 2005 7:52 AM

Feedback

# re: Winsock error 10053: Part II 8/17/2005 8:06 AM Ross
you saved me a lot of trouble my av was the problem thanks

# re: Winsock error 10053: Part 2 8/8/2006 12:51 PM Chris
me 2 , mcafee access protection . ;-))

# re: Winsock error 10053: Part 2 2/10/2007 3:45 AM Sandeep Acharekar
I have DHCP server. In last week i saw the error 10053 (2745) in windows 2003.

From that day i facing the problem of connectivity. After every 20-30 minutes client machines are automatically drop the connectivity from server and again some time automatically detect connectivity.

# re: Winsock error 10053: Part 2 3/14/2007 3:56 AM knewt
host based smtp server are known to cause this error
An ISP is usually rejecting requests from such type of smtp servers

# re: Winsock error 10053: Part 2 6/8/2007 3:15 PM Don Miller
We had this error occur at a 10 minute intervals after establishing a TCP/IP connection to a host system. This was finally traced back to a bad ROUTE entry on the Server. The ROUTE entry used the Server's network card's address, instead of the Gateway device's IP address. This caused the Gateway to not know how to route a packet sent from the Server after the ARP timeout period.
Hope this helps someone else.


# re: Winsock error 10053: Part 2 6/28/2007 4:53 PM Paul
I am useing an SMTP through an msn server. As Qwest DSL does not support SMTPs, and I am getting the error 10053, everything was working great up tuill a few days ago, now nothing works.
I have been using smtp.email.msn.com as the outgoing smtp. Is my ISP blocking these transmitions now? Or is it the MSN e-mail I am using to piggyback on?

# re: Winsock error 10053: Part 2 10/27/2007 12:56 AM Laser
My laptop was running ok until I uninstalled some softwares ( fix-it utility 7, and ...) and stopped some software from starting up. Then I got disconnection problems for windows live messenger, yahoo messenger and skype. All these software will drop connection in about every 13 minutes. I identified it as an error 10053 by looking the windows live messenger's connection log file. For every 13 minutes "Zone_Net CTCPNetworkLayer::OnMessage (013B12D8) (2) >> Got WM_WSASELECT_MESSAGE(1055) from WSAAsyncSelect for socket = 2088, error = 10053, event = FD_CLOSE" appears in the log file. I tried everything I can think of (uninstalled firewall; reinstall fix-it utility and restore to a old checkpoint; then uninstalled avg antivirus and fix-it utility) none of them worked. I am so frustrated.

# re: Winsock error 10053: Part 2 5/12/2008 8:02 PM D
I have a question can a virus cause this too? I accidently went on a site that you can't get out of it freezes your computer and shows everything on your desktop screen and makes everything go weird then my computer crashed and when I went back I had this error on IE, FX, and safari.

# re: Winsock error 10053: Part 2 5/31/2008 6:00 PM Eric
Thanks Don Miller, your advice helped me out. Your mention of the ARP timeout is what clued me in, as I was getting this error every 10 minutes.

I have a router behind a router. The internal router was in the DMZ of the external one. I'm pretty sure the trouble came because both routers essentially had the same external IP address & the keep-alive packet that was sent after the 10 minute ARP timeout period, did not know which one to send it to.

I simply logged into the external router & removed the internal router from DMZ mode, and then just forwarded all the ports I needed to it instead.

It's more of a maintenance headache... but at least it works.

# re: Winsock error 10053: Part 2 6/9/2008 11:17 PM imfirewall
I got 10054 error in windows 2003. The client can connect to server, but it will fail to send any data.

Post Feedback

Title:
Name:
Email: (never displayed)
Url:
Comments: