Description
Launcher for the remoter relay.
Usage
relay(addr, recvport = 55556, sendport = 55555, verbose = FALSE)
Arguments
addr
The address of the server.
recvport
The port for receiving commands from the client.
sendport
The port for sending commands to the server.
Value
Returns TRUE
invisibly on successful exit.
Details
The relay is an intermediary or "middleman" between the client
and server meant for machines with split login/compute nodes.