Skip to content

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

Public Attributes Documentation

variable host_port

apr_port_t host_port;

variable h3_cert_path

const char * h3_cert_path;

variable h3_key_path

const char * h3_key_path;

variable h3_port

apr_port_t h3_port;

variable h3_max_concurrent_streams

apr_uint32_t h3_max_concurrent_streams;

variable h3_max_connections

apr_uint32_t h3_max_connections;

variable h3_stream_buffer_size

apr_size_t h3_stream_buffer_size;

variable h3_max_request_body_size

apr_size_t h3_max_request_body_size;

variable h3_max_response_body_size

apr_size_t h3_max_response_body_size;

variable h3_alt_svc

h3_tri_flag h3_alt_svc;

variable h3_address_validation

h3_tri_flag h3_address_validation;

variable h3_alt_svc_max_age

apr_uint32_t h3_alt_svc_max_age;

variable h3_handshake_timeout

apr_uint32_t h3_handshake_timeout;

variable h3_idle_timeout

apr_uint32_t h3_idle_timeout;

variable h3_socket_buffer_size

apr_size_t h3_socket_buffer_size;

variable h3_session_tickets

h3_tri_flag h3_session_tickets;

variable h3_stream_timeout

apr_uint32_t h3_stream_timeout;

variable h3_max_stream_errors

apr_uint32_t h3_max_stream_errors;

variable h3_qpack_capacity_set

int h3_qpack_capacity_set;

variable h3_qpack_blocked_set

int h3_qpack_blocked_set;

variable h3_qpack_table_capacity

apr_uint32_t h3_qpack_table_capacity;

variable h3_qpack_blocked_streams

apr_uint32_t h3_qpack_blocked_streams;

variable h3_min_workers

apr_uint32_t h3_min_workers;

variable h3_max_workers

apr_uint32_t h3_max_workers;

variable h3_max_worker_idle_seconds

apr_uint32_t h3_max_worker_idle_seconds;