mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
net: enable autoSelectFamily by default
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: https://github.com/nodejs/node/pull/46790 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
This commit is contained in:
parent
069365c5bd
commit
8b51c1a869
22 changed files with 147 additions and 94 deletions
|
@ -67,7 +67,7 @@ function makeSyncWrite(fd) {
|
|||
}
|
||||
|
||||
module.exports = {
|
||||
kReinitializeHandle: Symbol('reinitializeHandle'),
|
||||
kReinitializeHandle: Symbol('kReinitializeHandle'),
|
||||
isIP,
|
||||
isIPv4,
|
||||
isIPv6,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue