Docs
Reference
Guides
Blog
Discord
/
Bun
/
udp
/
SocketOptions
P
binaryType
P
hostname
P
port
P
socket
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
Search
K
/
Bun
/
udp
/
SocketOptions
P
binaryType
P
hostname
P
port
P
socket
interface
udp.SocketOptions
interface
SocketOptions
<
DataBinaryType
extends
BinaryType
>
binaryType
?
:
DataBinaryType
hostname
?
:
string
port
?
:
number
socket
?
:
SocketHandler
<
DataBinaryType
>