Penguin

Differences between current version and revision by previous author of EISCONN.

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

Newer page: version 2 Last edited on Thursday, November 13, 2003 12:32:21 pm by JohnMcPherson
Older page: version 1 Last edited on Sunday, February 23, 2003 2:40:54 am by PerryLorier Revert
@@ -1,3 +1,3 @@
 !!!Transport endpoint is already connected 
  
-you called connect(2) on a socket(2) twice, instead you should close(2) and recreate the socket(2) first. 
+you (or more likely the programmer who wrote the program you are using) called connect(2) on a socket(2) twice, instead you should close(2) and recreate the socket(2) first.