|
Lines 319-328
Link Here
|
| 319 |
closed, any pending data can be returned by another call to |
319 |
closed, any pending data can be returned by another call to |
| 320 |
.Fn recvmsg . |
320 |
.Fn recvmsg . |
| 321 |
.It Bq Er EAGAIN |
321 |
.It Bq Er EAGAIN |
| 322 |
The socket is marked non-blocking, and the receive operation |
322 |
The socket is marked non-blocking and the receive operation |
| 323 |
would block, or |
323 |
would block, or |
| 324 |
a receive timeout had been set, |
324 |
a receive timeout had been set |
| 325 |
and the timeout expired before data were received. |
325 |
and the timeout expired before data was received. |
| 326 |
.It Bq Er EINTR |
326 |
.It Bq Er EINTR |
| 327 |
The receive was interrupted by delivery of a signal before |
327 |
The receive was interrupted by delivery of a signal before |
| 328 |
any data were available. |
328 |
any data were available. |