Closed talex5 closed 1 day ago
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.
Unix.getaddrinfo
ai_protocol
Needed for https://github.com/mirage/capnp-rpc/issues/286.
OCaml's
Unix.getaddrinfo
on Windows doesn't setai_protocol
to anything useful, so you can't tell which addresses are TCP and which are UDP. So, do two separate queries.Needed for https://github.com/mirage/capnp-rpc/issues/286.