Penguin
Annotated edit history of EISCONN version 2, including all changes. View license author blame.
Rev Author # Line
1 PerryLorier 1 !!!Transport endpoint is already connected
2
2 JohnMcPherson 3 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.