SOCLOSE is a simple program that closes a socket.
Use NETSTAT -s to get a list of sockets. You can then
pick a socket number and close it to end any communication
taking place with that socket.

This can be useful for closing sockets hung up in the
CLOSE_WAIT state, or for ending a PM program that is stuck
in socket I/O.

Cheers,
Joshua E. Rodd
<jerodd@usa.net>
