On linux (Ubuntu 19.x)
I get an "address already in use" even if a port is free in some situations (e.g. TCP listener that wasn't closed properly).
This happens if I e.g. kill a process with fuser.
The address is released after an arbitrary amount of time but this wait is seriously hampering me.
Is there any way to just "force free" an address ?