On Fri, Jul 29, 2011 at 2:16 AM, narendra babu <[email protected]> wrote: > Also, the client that is established to the port is sending messages to what > it believes is its peer. > No errors are returned. > The socket has been in this state for couple of a days
Open a raw socket and send an RST to this port. This will cause the server to close the connection immediately. If in doubt consult Richard Stevens' books TCP/IP Illustrated Vol 1 and 2. - Raja _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
