Docs
Reference
Guides
Blog
Discord
/
Bun
/
udp
/
ConnectSocketOptions
ConnectSocketOptions
P
binaryType
P
connect
P
hostname
P
port
P
socket
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
Bun
/
udp
/
ConnectSocketOptions
ConnectSocketOptions
P
binaryType
P
connect
P
hostname
P
port
P
socket
Symbol
udp.ConnectSocketOptions
interface
ConnectSocketOptions
<
DataBinaryType
extends
BinaryType
>
binaryType
?
:
DataBinaryType
connect
:
{
hostname
:
string
;
port
:
number
}
hostname
?
:
string
port
?
:
number
socket
?
:
ConnectedSocketHandler
<
DataBinaryType
>