• 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
60 The CONNECT message establishes the presence of a remote system.
62 declares the maximum message body size that the remote system
127 --- READY(local-id, remote-id, "") -------------------------------------
133 connected to the recipient's stream identified by remote-id.
135 Neither the local-id nor the remote-id may be zero.
137 A READY message containing a remote-id which does not map to an open
146 --- WRITE(local-id, remote-id, "data") ---------------------------------
151 remote-id. The payload MUST be <= maxdata in length.
153 A WRITE message containing a remote-id which does not map to an open
164 --- CLOSE(local-id, remote-id, "") -------------------------------------
169 sender's stream (local-id) and the recipient's stream (remote-id) is
170 broken. The remote-id MUST not be zero, but the local-id MAY be zero
173 A CLOSE message containing a remote-id which does not map to an open
189 outbound messages are discarded when the connection to the remote side
193 * when the connection to the remote side goes offline, the io pump
195 * when the connection to the remote side is established, the io pump
198 starts accepting messages to forward to the remote side
217 outbound connections and the connection to the remote side.
219 The remote side connection will be implemented as two threads (one for
221 channel between the main select/epoll thread and the remote connection
227 the remote connection threadpair and that the rest of the program will
279 remote (device) daemon. The service is requested by ascii name,
282 connected the client is talking to that (remote or local) service.