////////////////////////////////////////////// 一个以建立的连接被用户的主机上的软件终止,可能是因为一次数据 传输超时或者是协议错误。还有就是不要再连接事件中发送消息
------解决方案-------------------- 还有就是你看看socket.send次数不要超过3次,或者你在发送中间sleep一下
------解决方案-------------------- 总结一下: 1.你的socket队列中没有空间了 2.receiver never acknowledges data sent on a datastream socket 3.A connection will timeout if the local system doesn't receive an (ACK)nowledgement for data sent
------解决方案-------------------- 楼主"up"什么意思
------解决方案--------------------
------解决方案-------------------- 第二个就是说接受者不承认在数据流接口上发送的数据
------解决方案-------------------- Connection reset by peer