mirage / ocaml-dns

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

Dns: revise Rr_map.get_ttl and with_ttl to take 'a key -> 'a instead of b #264

Closed hannesm closed 3 years ago

hannesm commented 3 years ago

This also renames "get_ttl" to "ttl".

//cc @reynir