Learn R Programming

clustermq (version 0.8.95.5)

host: Construct the ZeroMQ host address

Description

Construct the ZeroMQ host address

Usage

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

Value

The possible addresses as character vector

Arguments

node

Node or device name

ports

Range of ports to consider

n

How many addresses to return

short

Whether to use unqualified host name (before first dot)