Hi,
My communication program on an AIX box could not bind to a socket because the address was already in use. netstat showed the socket to have a LISTEN status. How do I release this socket? It looks like another process is using the port but it shouldn't.
tcp4 0 0 *.7800 *.* LISTEN
Thanks
Mike
My communication program on an AIX box could not bind to a socket because the address was already in use. netstat showed the socket to have a LISTEN status. How do I release this socket? It looks like another process is using the port but it shouldn't.
tcp4 0 0 *.7800 *.* LISTEN
Thanks
Mike