Reputation: 38897
Can I call select before recv_from on a socket that is blocking?
Upvotes: 1
Views: 307
Reputation: 596287
Yes. select() supports both blocking and non-blocking sockets.
Upvotes: 2