100% CPU Usage

Had the same issue on a Linux server within a Docker container. If I specified --net=host it caused 100% CPU usage on 2 cores. With regular networking it wasn’t a problem.

Thanks for the hint about UPnP. This was actually the root of the problem.