Lines Matching full:remotely
735 * example, a remotely initiated unidirectional stream where
1136 * Remotely-initiated streams are placed in the accept queue for application
1143 * peer opens a remotely-initiated stream, a locally-initiated bidirectional
1145 * remotely-initiated stream before the local application calls `SSL_write`
1156 * remotely-initiated stream, a unidirectional TX-only stream is created and
1158 * If the peer creates a remotely-initiated stream prior to the first call
1536 Where connection closure is initiated remotely rather than locally, only the
1602 peer transmit on it first, rather than simply use a remotely-initiated stream.
1606 **Q. How should single-stream operation support locally and remotely-initiated
1623 and an application which does the opposite is using a remotely-initiated stream.
1630 Supporting remotely-initiated streams (`SSL_read` called first) is a little
1632 initial call to `SSL_read` implying use of a remotely-initiated stream. However,
1633 this would mean we are creating state tracking a remotely-initiated stream
1640 Ergo, creation of a default remotely-initiated stream needs to be deferred