• Home
  • Raw
  • Download

Lines Matching refs:remote

41 unrecognized command MUST result in the closing of the remote
50 The identifiers "local-id" and "remote-id" are always relative to the
58 The CONNECT message establishes the presence of a remote system.
60 declares the maximum message body size that the remote system
121 --- READY(local-id, remote-id, "") -------------------------------------
125 connected to the recipient's stream identified by remote-id.
127 Neither the local-id nor the remote-id may be zero.
129 A READY message containing a remote-id which does not map to an open
139 --- WRITE(local-id, remote-id, "data") ---------------------------------
142 remote-id. The payload MUST be <= maxdata in length.
144 A WRITE message containing a remote-id which does not map to an open
155 --- CLOSE(local-id, remote-id, "") -------------------------------------
158 sender's stream (local-id) and the recipient's stream (remote-id) is
159 broken. The remote-id MUST not be zero, but the local-id MAY be zero
162 A CLOSE message containing a remote-id which does not map to an open
174 outbound messages are discarded when the connection to the remote side
178 * when the connection to the remote side goes offline, the io pump
180 * when the connection to the remote side is established, the io pump
183 starts accepting messages to forward to the remote side
202 outbound connections and the connection to the remote side.
204 The remote side connection will be implemented as two threads (one for
206 channel between the main select/epoll thread and the remote connection
212 the remote connection threadpair and that the rest of the program will
264 remote (device) daemon. The service is requested by ascii name,
267 connected the client is talking to that (remote or local) service.