UDPSocketOptions

Represents UDP socket options

Properties

Link copied to clipboard

SO_BROADCAST socket option

Link copied to clipboard

Socket incoming buffer size (SO_RCVBUF), -1 or 0 to make system decide

Link copied to clipboard

SO_REUSEADDR option

Link copied to clipboard

SO_REUSEPORT option, may not work with old JDK (will be silently ignored)

Link copied to clipboard

Socket ougoing buffer size (SO_SNDBUF), -1 or 0 to make system decide

Link copied to clipboard

ToS value, TypeOfService.UNDEFINED by default, may not work with old JDK (will be silently ignored)