host: Construct the ZeroMQ host address

View source: R/util.r

hostR Documentation

Construct the ZeroMQ host address

Description

Construct the ZeroMQ host address

Usage

host(
  node = getOption("clustermq.host", Sys.info()["nodename"]),
  ports = getOption("clustermq.ports", 6000:9999),
  n = 100
)

Arguments

node

Node or device name

ports

Range of ports to consider

n

How many addresses to return

Value

The possible addresses as character vector


clustermq documentation built on Sept. 11, 2024, 8:56 p.m.