host {clustermq} | R Documentation |
Construct the ZeroMQ host address
host(
node = getOption("clustermq.host", Sys.info()["nodename"]),
ports = getOption("clustermq.ports", 6000:9999),
n = 100
)
node |
Node or device name |
ports |
Range of ports to consider |
n |
How many addresses to return |
The possible addresses as character vector