Penguin
Annotated edit history of ECONNRESET version 3, including all changes. View license author blame.
Rev Author # Line
2 PerryLorier 1 !!!Connection reset by peer
3 KevinGeorge 2 The connection you are trying to access has been reset by the peer (remote) machine. This usually means that the program on the other end has crashed, or closed the socket unexpectedly.
2 PerryLorier 3
1 KevinGeorge 4 You might run into this when trying to read(2) from or write(2) to a socket.