h3_server_conf¶
#include <h3_config.h>
Public Attributes¶
| Name | |
|---|---|
| apr_port_t | host_port |
| const char * | h3_cert_path |
| const char * | h3_key_path |
| apr_port_t | h3_port |
| apr_uint32_t | h3_max_concurrent_streams |
| apr_uint32_t | h3_max_connections |
| apr_size_t | h3_stream_buffer_size |
| apr_size_t | h3_max_request_body_size |
| apr_size_t | h3_max_response_body_size |
| h3_tri_flag | h3_alt_svc |
| h3_tri_flag | h3_address_validation |
| apr_uint32_t | h3_alt_svc_max_age |
| apr_uint32_t | h3_handshake_timeout |
| apr_uint32_t | h3_idle_timeout |
| apr_size_t | h3_socket_buffer_size |
| h3_tri_flag | h3_session_tickets |
| apr_uint32_t | h3_stream_timeout |
| apr_uint32_t | h3_max_stream_errors |
| int | h3_qpack_capacity_set |
| int | h3_qpack_blocked_set |
| apr_uint32_t | h3_qpack_table_capacity |
| apr_uint32_t | h3_qpack_blocked_streams |
| apr_uint32_t | h3_min_workers |
| apr_uint32_t | h3_max_workers |
| apr_uint32_t | h3_max_worker_idle_seconds |