Don Lewis
866046f5a6
Add MSG_NBIO flag option to soreceive() and sosend() that causes
...
them to behave the same as if the SS_NBIO socket flag had been set
for this call. The SS_NBIO flag for ordinary sockets is set by
fcntl(fd, F_SETFL, O_NONBLOCK).
Pass the MSG_NBIO flag to the soreceive() and sosend() calls in
fifo_read() and fifo_write() instead of frobbing the SS_NBIO flag
on the underlying socket for each I/O operation. The O_NONBLOCK
flag is a property of the descriptor, and unlike ordinary sockets,
fifos may be referenced by multiple descriptors.
2004-06-01 01:18:51 +00:00
..
2004-05-26 12:09:39 +00:00
2004-05-30 17:57:46 +00:00
2004-05-26 12:09:39 +00:00
2004-05-25 05:52:48 +00:00
2004-05-02 19:24:23 +00:00
2004-05-30 20:27:19 +00:00
2004-05-29 22:34:08 +00:00
2004-05-31 21:46:06 +00:00
2004-05-31 22:48:19 +00:00
2004-05-18 05:30:06 +00:00
2004-05-31 14:24:21 +00:00
2004-06-01 01:18:51 +00:00
2004-05-30 18:04:06 +00:00
2004-04-07 20:46:16 +00:00
2004-05-30 20:27:19 +00:00
2004-06-01 01:04:25 +00:00
2004-05-26 12:09:39 +00:00
2004-05-30 20:27:19 +00:00
2004-04-07 20:46:16 +00:00
2004-06-01 01:18:51 +00:00
2004-05-14 12:28:31 +00:00
2004-05-30 20:27:19 +00:00
2004-05-30 20:27:19 +00:00
2004-05-30 17:57:46 +00:00
2004-05-05 03:34:37 +00:00
2004-03-12 21:45:33 +00:00
2004-05-30 20:27:19 +00:00
2004-05-30 20:27:19 +00:00
2004-05-30 20:27:19 +00:00
2004-05-03 05:15:53 +00:00
2004-03-01 03:14:23 +00:00
2004-03-01 03:14:23 +00:00
2004-05-30 20:27:19 +00:00
2004-05-30 20:27:19 +00:00
2004-04-07 05:00:01 +00:00
2004-04-07 20:46:16 +00:00
2004-05-06 05:03:23 +00:00
2004-05-31 20:21:06 +00:00
2004-05-30 20:27:19 +00:00
2004-05-30 13:56:06 +00:00
2004-03-17 17:50:55 +00:00
2004-05-30 20:00:41 +00:00
2004-05-26 12:09:39 +00:00
2004-04-07 05:00:01 +00:00
2004-05-30 20:27:19 +00:00
2004-05-31 21:46:06 +00:00
2004-06-01 01:18:51 +00:00
2004-05-26 00:19:39 +00:00
2004-05-31 16:55:12 +00:00
2004-05-31 21:46:06 +00:00
2004-05-16 00:19:12 +00:00