UDPSocketOptions
class UDPSocketOptions : PeerSocketOptions
Represents UDP socket options
Inherited Properties
var receiveBufferSize: Int Socket incoming buffer size (SO_RCVBUF), |
|
var sendBufferSize: Int Socket ougoing buffer size (SO_SNDBUF), |
Inherited Functions
open fun copyCommon(from: SocketOptions): Unit |