|
Hi,
I have a client-server application based on SCTP.
When I kill the client application abnormally ( Cntrl c) and then try to reconnect to the server it gives
"Transport endpoint is already connected" errno : EISCONN
The code is too large to paste it here.
I wanted to know whether SCTP connection still persists even though client application is terminated.
Can I reuse the previous connection?
|