ocaml-dns icon indicating copy to clipboard operation
ocaml-dns copied to clipboard

create 4.0 async resolver

Open avsm opened this issue 5 years ago • 1 comments

For the client, this requires an Async implementation of Uflow (see lwt/*.ml) which looks straightforward

see #159

avsm avatar May 09 '19 15:05 avsm

what is needed is a Dns_client.S implementation (see client/dns_client.mli) -- there are unix (unix/client/dns_client_unix.ml), lwt (lwt/client/dns_client_lwt.ml) and mirage (mirage/client/dns_client_mirage.ml) implementation around already.

hannesm avatar Aug 07 '20 10:08 hannesm