EpollCreateFlags

Flags accepted by epoll_create1(), can be OR-combined.

Values

ValueMeaning
None0
EPOLL_CLOEXEC0x8_0000

Set the close-on-exec (FD_CLOEXEC) flag on the new file descriptor. See the description of the O_CLOEXEC flag in open(2) for reasons why this may be useful.

EPOLL_NONBLOCK0x800

Meta