Question
February 15, 2008 at 02:00 AM
hemantchitte

Unbinding a port

by hemantchitte . Updated 18 years, 5 months ago

I have binded a port with a socket, making it in listening mode by accept() in a java program.

I want to change that port and make

new socket bind on new port with a new thread, but after closing/unbinding that previous port.

Is there any way to deactivate/close/kill the previous port.

This discussion is locked

All Comments