Build
Docs
Reference
Guides
Blog
Discord
/
node:net
/
NetConnectOpts
T
NetConnectOpts
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:net
/
NetConnectOpts
T
NetConnectOpts
type
net.NetConnectOpts
type
NetConnectOpts
=
TcpNetConnectOpts
|
IpcNetConnectOpts
Referenced types
interface
TcpNetConnectOpts
allowHalfOpen
?
:
boolean
autoSelectFamily
?
:
boolean
autoSelectFamilyAttemptTimeout
?
:
number
blockList
?
:
BlockList
family
?
:
number
fd
?
:
number
hints
?
:
number
host
?
:
string
keepAlive
?
:
boolean
keepAliveInitialDelay
?
:
number
localAddress
?
:
string
localPort
?
:
number
lookup
?
:
LookupFunction
noDelay
?
:
boolean
onread
?
:
OnReadOpts
port
:
number
readable
?
:
boolean
signal
?
:
AbortSignal
timeout
?
:
number
writable
?
:
boolean
interface
IpcNetConnectOpts
allowHalfOpen
?
:
boolean
fd
?
:
number
onread
?
:
OnReadOpts
path
:
string
readable
?
:
boolean
signal
?
:
AbortSignal
timeout
?
:
number
writable
?
:
boolean