net: add autoSelectFamily option by ShogunPanda · Pull Request #44731 · nodejs/node

This PR loosely implements section 5 of RFC 8305 (Happy Eyeballs algorithm). A new option autoSelectFamily is added to net.connect. When set to a positive number (or true), the lookup phase will ke...