Select the types of activity you want to include in your feed.
Fix O_NONBLOCK for `accept`ed sockets
macOS and BSD make sockets created from `accept` inherit the listening socket's O_NONBLOCK flag (and maybe some others, but that requires further testing).