h3_session¶
#include <h3_session.h>
Public Attributes¶
| Name | |
|---|---|
| conn_rec * | c |
| server_rec * | s |
| apr_pool_t * | pool |
| quic_conn * | qconn |
| nghttp3_conn * | ngh3 |
| apr_thread_mutex_t * | lock |
| apr_hash_t * | streams |
| int | aborted |
| int | blocked_streams |
| int | ngh3_dead |
| uint64_t | abort_quic_error_code |
| const char * | abort_reason |
| apr_array_header_t * | pending_free |
| unsigned char * | stream_read_buf |
| apr_size_t | stream_read_buf_size |
| size_t | stream_drain_cursor |
| int | control_streams_created |
| apr_time_t | goaway_deadline |
| volatile apr_uint32_t | active_tasks |
| int64_t | sid |
| h3_stream * | h3s |
| struct h3_session | pending |