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
const char * h3_quic_engine
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

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_quic_engine

const char * h3_quic_engine;

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;