I have been using the code example given in
How to read the UDP data payload coming from a port using C program
for reading udp data from the 5000 port.
However in my machine this port is used by another process and I know it. What I want to know is a solution to keep the c code receiving data from the port even if it is used from the other process.
Thank you guy for your help.