robur-coop / happy-eyeballs

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

potential connection failure #9

Closed hannesm closed 3 years ago

hannesm commented 3 years ago

on a IPv4 only host, the following scenario may occur:

This results in a connection failure, while it should be a successful connection. Logic is missing to delay this faliure a tiny bit (so that resolve A has a chance to complete).