Arguments for SSL_stream_reset() describing how a QUIC stream is aborted.
Declared in <openssl/ssl.h>
struct ssl_stream_reset_args_st;
| Name | Description |
|---|---|
quic_error_code | Application error code in [0, 2^62-1]signalled with the RESET_STREAM; 0 if args is NULL. |