Hi,<div><br></div><div>consider the following scenario:</div><div><br></div><div>Task1:</div><div><br></div><div>socket -> bind -> listen -> accept -> filedesc</div><div><br></div><div>r/w on filedesc</div><div>
<br></div><div>then</div><div><br></div><div>blocking on read from filedesc ....</div><div><br></div><div><br></div><div>Later in Task2:</div><div><br></div><div>close(filedesc)</div><div><br></div><div>My question is: will the read cleanly unblock Task1 and the socket close?</div>
<div><br></div><div>I could do experiments, but then I'll still not know if this will work in all RTEMS versions and if it is intended API behaviour.</div><div><br></div><div>Thank you for your comments/answers on this.</div>
<div><br></div><div>Regards</div><div>Peer Stritzinger</div>