Closed
Description
curl/docs/cmdline-opts/happy-eyeballs-timeout-ms.d
Lines 8 to 9 in f538bc5
... preferring IPv6 first for the number of milliseconds ...
is awkward.
I suspect it could be improved by changing preferring...first
to giving IPv6 a head-start of ...
.
I'm familiar w/ happy-eyeballs technically, but the text here is confusing.
Beyond that, Happy Eyeballs should probably be capitalized as such. c.f.
Unless there's a house style I haven't properly identified.
Possible text:
Happy Eyeballs is an algorithm that attempts to connect to both IPv4 and IPv6 addresses for dual-stack hosts, giving IPv6 a head-start of the specified number of milliseconds.