robur-coop / happy-eyeballs

An implementation of happy eyeballs (RFC 8305) in OCaml with lwt
ISC License
22 stars 4 forks source link

Allow timeouts and delays being specified at connect{,ip,host} time as well #42

Closed hannesm closed 3 months ago

hannesm commented 3 months ago

A question is whether we should "validate" the timeouts -- i.e. that resolve_timeout is < connect_timeout -- but I'm not sure whether this is worth it.

hannesm commented 3 months ago

review/comments welcome. plan to release this to unblock the DNS PR which is waiting.