Hi,<br><br>TCP/IP client in Erlang communicates with a Server. Some
times when the connection is lost b/w Client and Server., the socket
from the Server side remains open. Client socket is closed using
gen_tcp:close function. Also the port is free(checked using
netstat).  Now new Socket can't be opened with the same port
no. from the client.   Is it possible to close the previous
session from Client (Server side socket )?  <br><br>-- <br>Regards,<br>Lokesh<br><br>