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 - recvfrom() could not return back even with TimerTimeout: Page 1 of 8 (8 Items)
   
recvfrom() could not return back even with TimerTimeout  
I am doing peer to peer wireless communication with two QNX6.3.2 machines using UDP. sending is okay, but on the 
recvfrom() thread, the program stuck just in the recvfrom() call, and the TimerTimeout(CLOCK_REALTIME, 
_NTO_TIMEOUT_CONDVAR | _NTO_TIMEOUT_MUTEX | _NTO_TIMEOUT_RECEIVE, NULL, &nWait, NULL); could not timeout after 2ms of 
blocking in recvfrom(). Look for your help.

Eric