When I execute a program that uses bind() for second time in the same port, I obtain EADDRINUSE.
I don't want implement setsockopt() for reuse the socket. I want "clear" the used sockets used in used ports before execute my program.
More information: Linux OS.