mirage / ocaml-dns

OCaml implementation of the DNS protocol
BSD 2-Clause "Simplified" License
105 stars 43 forks source link

adapt to new happy eyeballs #329

Closed hannesm closed 1 year ago

hannesm commented 1 year ago

goes well with https://github.com/roburio/happy-eyeballs/pull/30

reynir commented 1 year ago

I implemented cancellation here as well, but with Lwt.cancel. We should apply the same Lwt.pick change here as well.