Official reasons for “Software caused connection abort: socket write error”

This error can occur when the local network system aborts a connection, such as when WinSock closes an established connection after data retransmission fails (receiver never acknowledges data sent on a datastream socket).

See this MSDN article. See also Some information about ‘Software caused connection abort’.

Leave a Comment