ssl_stream_reset_args_st

Arguments for SSL_stream_reset() describing how a QUIC stream is aborted.

Synopsis

Declared in <openssl/ssl.h>

struct ssl_stream_reset_args_st;

Data Members

NameDescription
quic_error_code Application error code in [0, 2^62-1]signalled with the RESET_STREAM; 0 if args is NULL.