Skip to content

Draft: missed to test return code of bind()

Thomas Laurent requested to merge rfsim-bug-multi-listners into develop

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

Merge request reports