Docs
Reference
Guides
Blog
Discord
/
node:cluster
/
Address
P
address
P
addressType
P
port
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
node:cluster
/
Address
P
address
P
addressType
P
port
interface
cluster.Address
interface
Address
address
:
string
addressType
:
4
|
6
|
-1
|
'udp4'
|
'udp6'
The
addressType
is one of:
4
(TCPv4)
6
(TCPv6)
-1
(Unix domain socket)
'udp4'
or
'udp6'
(UDPv4 or UDPv6)
port
:
number