Miou_poll.FlagsSourceThe set of flags associated with a file descriptor event.
The actual set.
POLLPRI from poll(2): There is some exceptional condition on the file-descriptor.
POLLOUT from poll(2): Writing is now possible, though a write larger than the available space in a socket or pipe will still block (unless O_NONBLOCK) is set).
NOTE: Miou_unix sets, by default, socket with O_NONBLOCK.