Select the types of activity you want to include in your feed.
eio_windows: work around problems in Unix.getaddrinfo
OCaml's `Unix.getaddrinfo` on Windows doesn't set `ai_protocol` to anything useful, so you can't tell which addresses are TCP and which are UDP. So, do two separate queries.