Information describing why and how a QUIC connection was closed.
Synopsis
Declared in <openssl/ssl.h>
struct ssl_conn_close_info_st;
Data Members
Name |
Description |
62‐bit QUIC application or transport error code (see |
|
Bitmask of SSL_CONN_CLOSE_FLAG_* (local vs remote, transport vs application). |
|
QUIC frame type that caused transport closure, or 0 if unspecified/not transport. |
|
Optional zero‐terminated reason string from the closer; treat as untrusted peer data. |
|
Length of |
Created with MrDocs