robur-coop / happy-eyeballs

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

Whenever a fresh connection attempt is done, update the timestamp #37

Closed hannesm closed 11 months ago

hannesm commented 12 months ago

/cc @reynir -- but this should not have any starvation effect (indeed, the retry / connection logic should previously be more eager to attempt further connections).

reynir commented 11 months ago

Thanks! This looks good. I don't think this is a cause of any issues people have observed, but this is more correct.