Upon fork, the listening socket is not closed.
Status: Beta
Brought to you by:
hollo
When frox accepts a connection from a new client, it forks off a new process, that should immediately close the listening socket (but doesn't do that). This may result in frox continuing to listen on certain port even after having been killed.
A patch is available upon demand