Thomasdezeeuw/gaea

Check io flags

Closed this issue · 1 comments

Currently use after fork is somewhat vague. For exampe kqueue won't work after fork, but epoll might. We need to make it consistent.

We now set EPOLL_CLOEXEC in our call to epoll_create1 and kqueue already closes itself when forked. So I think this can be closed.