help me ! How to set the recvfrom() to unblock status ?

During socket programming , i don’t know how to set the recvfrom() to unblock status ? who can tell me . thanks !

Do you mean non-blocking?

see unix network progarmming vol 1
use select() call