Lines Matching refs:recipient
86 The TLS message informs the recipient that the connection will be encrypted
95 The AUTH message informs the recipient that authentication is required to
97 the recipient can sign with a private key. The recipient replies with an
102 packet and a new random token, so that the recipient can retry signing
105 Once the recipient has tried all its private keys, it can reply with an
115 The OPEN message informs the recipient that the sender has a stream
139 The READY message informs the recipient that the sender's stream
141 connected to the recipient's stream identified by remote-id.
146 stream on the recipient's side is ignored. The stream may have been
158 The WRITE message sends data to the recipient's stream identified by
162 stream on the recipient's side is ignored. The stream may have been
176 The CLOSE message informs recipient that the connection between the
177 sender's stream (local-id) and the recipient's stream (remote-id) is
182 stream on the recipient's side is ignored. The stream may have
183 already been closed by the recipient while this message was in-flight.
185 The recipient should not respond to a CLOSE message in any way. The
186 recipient should cancel pending WRITEs or CLOSEs, but this is not a