package happy-eyeballs-mirage
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=fd4b0e8d8774b6c15323e74167e0195760c45cc7a5283a77fe46638c6ae0f4f4
sha512=ef426b3adfa9d360da1011f5af4eb46daacfaa5f7197056144e6d2977105627bb7efedbbdfa6ad4fb124276fbbdbca41e7312e14e0405559ff777627c20e5278
CHANGES.md.html
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)