blog
blog copied to clipboard
rping
why is it rdma_listen: Address already in use ?
rdma_listen uses the same port space as TCP. So I am suspecting there is already a program running or using the port number that you have specified. Check with netstat -a -o