Hello.

I recently wrote an application which listens on a specified port, but if I stop the application and start it again it cannot bind the socket to the same port. I have to wait some time, after the operating system frees the port. As I know this problem isn`t specific to linux.

Can somebody tell me if there is any solution to this issue?

Thank you.