Draft: missed to test return code of bind()
when we start 2 nodes with rfsim, on same machine and same TCP port, the second bind() fails silently So, the second listen() uses a random port number this commit adds a assert to stop the process
when we start 2 nodes with rfsim, on same machine and same TCP port, the second bind() fails silently So, the second listen() uses a random port number this commit adds a assert to stop the process