Home
last modified time | relevance | path

Searched refs:RESET_STREAM (Results 1 – 12 of 12) sorted by relevance

/src/crypto/openssl/doc/man3/
H A DSSL_set_incoming_stream_policy.pod31 B<STOP_SENDING> or B<RESET_STREAM> frames generated to implement the policy. The
72 is rejected using QUIC B<STOP_SENDING> and B<RESET_STREAM> frames as
H A DSSL_stream_reset.pod49 This function corresponds to the QUIC B<RESET_STREAM> frame.
H A DSSL_get_stream_read_state.pod92 B<RESET_STREAM> frame for the receiving part of the stream; the receiving part
H A DSSL_poll.pod259 example, using a B<RESET_STREAM> frame).
/src/sys/contrib/device-tree/include/dt-bindings/reset/
H A Damlogic,meson-g12a-reset.h113 #define RESET_STREAM 199 macro
/src/crypto/openssl/doc/designs/quic-design/
H A Dtx-packetiser.md362 RESET_STREAM GCR* ]
456 - `RESET_STREAM`, `STOP_SENDING`: These terminate a given stream ID and thus are
502 stream-level flow control frames, RESET_STREAM and STOP_SENDING frames to
560 When we fill a packet with a stream, we start with any applicable `RESET_STREAM`
564 (This means that `RESET_STREAM`, `STOP_SENDING`, `MAX_STREAM_DATA`,
H A Dglossary.md12 (`STOP_SENDING`, `RESET_STREAM`, `CONNECTION_CLOSE`).
H A Dquic-fifm.md42 RESET_STREAM REGEN
H A Dquic-api.md696 stream. For QUIC, this corresponds to a stream reset using a `RESET_STREAM`
764 * using a locally transmitted RESET_STREAM frame. Attempts to write to
1107 * application error code used for the `STOP_SENDING` and `RESET_STREAM` frames
/src/crypto/openssl/ssl/quic/
H A Dquic_wire.c1020 X(RESET_STREAM) in ossl_quic_frame_type_to_string()
/src/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md242 reset via a `RESET_STREAM` frame.
446 **Q. Is this raised on `RESET_STREAM`?**
472 using a `RESET_STREAM` frame.
531 and has no `RESET_STREAM` transition. Moreover, after an application is done
535 Note that this does not preclude handling of `RESET_STREAM` in the normal way
639 **Q. Is this raised on `RESET_STREAM`?**
/src/crypto/openssl/doc/man7/
H A Dopenssl-quic.pod651 part of a stream. This corresponds to the RESET_STREAM frame in the QUIC RFC.