Hi,
I use the device of omapl138. I use the NDK project to access UDP transmission, and I want to set the socket option to Non-blocking I/O mode. Because the NDK's default is
blocking I/O mode.
When I use the default mode, it seems that process is blocked by recvfrom() function if there is no data sent by the other device without function call of sendto().
May I use the setsockopt() function to set the SO_BLOCKING flag to achieve this. Is there anyone used to it before?
Thanks,
Yuan