Socket write error
Hi,
i am writing an application that is communicating with a (legacy) server. I use sockets to communicate with the server, which mostly works fine, but at random intervals i get a "SocketException: Software caused connection abort: socket write error"
Since this this happens at random i suspect it to be the servers fault (of course).
My question is: What can cause such an exception?
(If it is relevant, the server runs on kubuntu, and i think it is written i C++)
Any hints would be appreciated, thank you.

