Project Home
Project Home
Documents
Documents
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 - UNBLOCK reason: (2 Items)
   
UNBLOCK reason  
Hi all,

when a server receives an UNBLOCK pulse, how does it determine whether to use EINTR or ETIMEDOUT for the MsgError status
?

Thanks,
- Thomas
Re: UNBLOCK reason  
For server it's always EINTR (as this is what it's doing). And client is free to ignore server's error code and return 
ETIMEDOUT if it knows that's the real case of operation abort.