Penguin
Annotated edit history of EISCONN version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 PerryLorier 1 !!!Transport endpoint is already connected
2
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.