DatagramSocketOptions

Options used to configure a datagram socket.
Name Type Description

broadcast

Boolean

Set if the socket can receive broadcast packets

ipV6

Boolean

Set if IP v6 should be used

loopbackModeDisabled

Boolean

Set if loopback mode is disabled

multicastNetworkInterface

String

Set the multicast network interface address

multicastTimeToLive

Number (int)

Set the multicast ttl value

receiveBufferSize

Number (int)

Set the TCP receive buffer size

reuseAddress

Boolean

Set the value of reuse address

sendBufferSize

Number (int)

Set the TCP send buffer size

trafficClass

Number (int)

Set the value of traffic class