DatagramSocketOptions

Options used to configure a datagram socket.
Name Type Description

sendBufferSize

Number

Set the TCP send buffer size

receiveBufferSize

Number

Set the TCP receive buffer size

reuseAddress

Boolean

Set the value of reuse address

trafficClass

Number

Set the value of traffic class

broadcast

Boolean

Set if the socket can receive broadcast packets

loopbackModeDisabled

Boolean

Set if loopback mode is disabled

multicastTimeToLive

Number

Set the multicast ttl value

multicastNetworkInterface

String

Set the multicast network interface address

ipV6

Boolean

Set if IP v6 should be used