您的位置:首页 > 编程语言 > Java开发

java.net.SocketException: Broken pipe

2009-06-25 09:59 375 查看
This happens when you write to a TCP connection that has already been
closed by the reading end. Depending on your application, you would
either treat it as an application protocol error or ignore it and give
up. In either case the socket is almost certainly dead and must be
closed, and the client session abandoned.

Reference:

http://forums.sun.com/thread.jspa?threadID=5218565

http://www.flukenetworks.com/fnet/en-us/supportAndDownloads/KB/IT%20Networking/protocol%20expert/What_are_TCP_RST_Packets_-_Protocol_Expert
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: