Penguin

Differences between version 2 and predecessor to the previous major change of ECONNRESET.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Friday, February 21, 2003 1:22:05 am by PerryLorier Revert
Older page: version 1 Last edited on Friday, February 21, 2003 12:59:46 am by KevinGeorge Revert
@@ -1,2 +1,4 @@
-The connection you are trying to access has been reset by the peer. 
+!!!Connection reset by peer  
+ 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 unexpectantly .  
+  
 You might run into this when trying to read(2) from or write(2) to a socket.