TCP Connection Reset by Peerb
What is a TCP Connection Reset by Peer?什么是对等 TCP 连接重置?
An application gets a
connection reset by peer
error when it has an established TCP connection with a peer across the network, and that peer unexpectedly closes the connection on the far end.当应用程序与网络上的一个对等点建立了 TCP 连接,并且该对等点意外地关闭了远端的连接时,应用程序通过对等点错误获得连接重置。
That usually happens when the peer crashes, but can also happen with poorly-written applications or frameworks that don't shut their TCP connections down cleanly.
这种情况通常发生在对等点崩溃时,但也可能发生在编写不良的应用程序或框架中,这些应用程序或框架没有完全关闭 TCP 连接。
Similar to a
connection refused
error, a connection reset by peer
error is generated when the operating system receives a TCP reset (RST) from the remote system.与连接拒绝错误类似,当操作系统从远程系统接收到 TCP 重置(RST)时,会生成由对等错误引起的连接重置。
Related
相关
Loading...