Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
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.