createUdpSocket

fun createUdpSocket(type: SocketType, host: String, port: Int, sourcePort: Int? = null, receiveSize: Int? = null, udpType: UdpType = UdpType.UNICAST): UdpStreamSocket