Build
Docs
Reference
Guides
Blog
Discord
/
node:net
/
ListenOptions
P
backlog
P
exclusive
P
host
P
ipv6Only
P
path
P
port
P
readableAll
P
reusePort
P
signal
P
writableAll
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:net
/
ListenOptions
P
backlog
P
exclusive
P
host
P
ipv6Only
P
path
P
port
P
readableAll
P
reusePort
P
signal
P
writableAll
interface
net.ListenOptions
interface
ListenOptions
backlog
?
:
number
exclusive
?
:
boolean
host
?
:
string
ipv6Only
?
:
boolean
path
?
:
string
port
?
:
number
readableAll
?
:
boolean
reusePort
?
:
boolean
signal
?
:
AbortSignal
writableAll
?
:
boolean