So I am working on a basic client/server school project. The server is running on port 10'000. The problem is whenever I manually close the server (CTRL+C) the local TCP connection on port 10'000 stays alive for a minute or so. It gets into a "TIME_WAIT" state. Is there any way I can kill the connection right away and start using it directly? Linux btw.
Thanks!