package happy-eyeballs
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=40e5baedf227e4eefd581253eae4a374d9735f1cab8408b3aec6cdedfbf1cfe3
sha512=2fcf89b43b1b5030105068866c7a55c9929e617b8bb0dcca3e7754491ccfa0802a729435b3d29645cdb6ff1b7650ce2bea723bd0e9b9ca7e9bc09eed1ac980f4
CHANGES.md.html
v0.1.0 (2021-10-27)
Remove assertion in timer, and fix the code (reported by @dinosaure in #17, fix in #18 by @hannesm, reviewed by @reynir)
Support OCaml 4.08 (#18 hannesm, requested in #16 by @smorimoto)
v0.0.8 (2021-10-20)
Adapt to dns 6.0.0 API (#15 @hannesm)
Drop rresult dependency
Avoid deprecated fmt functions, require fmt 0.8.7
v0.0.7 (2021-09-28)
Document changes of the return value of timer (#11 @reynir)
Pass timeouts as duration into the create functions (#12 @hannesm)
v0.0.6 (2021-09-21)
return a variant from timer to indicate whether there are connections pending or the timer can be suspended -- this avoids unnecessary busy work (@reynir)
connect_ip: take list of Ipaddr.t and int pairs instead of separate lists. The reason for this change is the dns-client. (@hannesm @reynir)
v0.0.5 (2021-09-13)
connect_ip: take an optional shuffle argument and an ordered list of ips to attempt connections to. The reason for this change is that /etc/resolv.conf specifies an ordering. (@hannesm)
v0.0.4 (2021-09-11)
Use set from ipaddr (>= 5.2.0) instead providing these (@hannesm)
v0.0.3 (2021-09-07)
BUGFIX: Avoid exception if expand_list is called with an empty list (@hannesm)
v0.0.2 (2021-09-06)
BUGFIX: Delay connect failure if v6 resolution and connection attempt fails before v4 resolution had a chance to succeed or fail (issue #9). (@hannesm)
v0.0.1 (2021-08-24)
Initial release (@hannesm)