Hello guys,
in recvfrom function of socket programming, i believe it's a blocking function
and when calling it, it waits to receive data and block the whole program if no data received.
i want to use it such that, when it finds no data it will continue and skip this instruction and the rest of program should be executed