Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - select() on UDP sockets: Page 1 of 8 (8 Items)
   
select() on UDP sockets  
Hi,

If I call select() with a list of two sockets, select() always reports no data for each socket regardless of whether 
there is data in the socket. I know there is data because I can query the socket status via ioctl OSIFSKT_IOCTL_FIONREAD
 and both report true. I can also read the data from the sockets that I'd previously written to them. 

Does select work with non-blocking UDP sockets? 

Thanks much,
--Paul