According to that log the connection is being disconnected in the middle of a send. Something in the network path between the client and the server is likely causing that. I suggest you start by simply running the server on localhost and connecting to it o localhost and verify that it works there.
|