Apache HTTPD
Public Attributes | List of all members
h2_config Struct Reference

Public Attributes

const charname
 
int h2_max_streams
 
int h2_window_size
 
int min_workers
 
int max_workers
 
apr_interval_time_t idle_limit
 
int stream_max_mem_size
 
int h2_direct
 
int modern_tls_only
 
int h2_upgrade
 
apr_int64_t tls_warmup_size
 
int tls_cooldown_secs
 
int h2_push
 
struct apr_hash_tpriorities
 
int push_diary_size
 
int copy_files
 
apr_array_header_tpush_list
 
apr_table_tearly_headers
 
int early_hints
 
int padding_bits
 
int padding_always
 
int output_buffered
 
apr_interval_time_t stream_timeout
 
int max_data_frame_len
 
int proxy_requests
 
int h2_websockets
 

Detailed Description

Definition at line 54 of file h2_config.c.

Member Data Documentation

◆ copy_files

int h2_config::copy_files

Definition at line 71 of file h2_config.c.

◆ early_headers

apr_table_t* h2_config::early_headers

Definition at line 73 of file h2_config.c.

◆ early_hints

int h2_config::early_hints

Definition at line 74 of file h2_config.c.

◆ h2_direct

int h2_config::h2_direct

Definition at line 62 of file h2_config.c.

◆ h2_max_streams

int h2_config::h2_max_streams

Definition at line 56 of file h2_config.c.

◆ h2_push

int h2_config::h2_push

Definition at line 67 of file h2_config.c.

◆ h2_upgrade

int h2_config::h2_upgrade

Definition at line 64 of file h2_config.c.

◆ h2_websockets

int h2_config::h2_websockets

Definition at line 81 of file h2_config.c.

◆ h2_window_size

int h2_config::h2_window_size

Definition at line 57 of file h2_config.c.

◆ idle_limit

apr_interval_time_t h2_config::idle_limit

Definition at line 60 of file h2_config.c.

◆ max_data_frame_len

int h2_config::max_data_frame_len

Definition at line 79 of file h2_config.c.

◆ max_workers

int h2_config::max_workers

Definition at line 59 of file h2_config.c.

◆ min_workers

int h2_config::min_workers

Definition at line 58 of file h2_config.c.

◆ modern_tls_only

int h2_config::modern_tls_only

Definition at line 63 of file h2_config.c.

◆ name

const char* h2_config::name

Definition at line 55 of file h2_config.c.

◆ output_buffered

int h2_config::output_buffered

Definition at line 77 of file h2_config.c.

◆ padding_always

int h2_config::padding_always

Definition at line 76 of file h2_config.c.

◆ padding_bits

int h2_config::padding_bits

Definition at line 75 of file h2_config.c.

◆ priorities

struct apr_hash_t* h2_config::priorities

Definition at line 68 of file h2_config.c.

◆ proxy_requests

int h2_config::proxy_requests

Definition at line 80 of file h2_config.c.

◆ push_diary_size

int h2_config::push_diary_size

Definition at line 70 of file h2_config.c.

◆ push_list

apr_array_header_t* h2_config::push_list

Definition at line 72 of file h2_config.c.

◆ stream_max_mem_size

int h2_config::stream_max_mem_size

Definition at line 61 of file h2_config.c.

◆ stream_timeout

apr_interval_time_t h2_config::stream_timeout

Definition at line 78 of file h2_config.c.

◆ tls_cooldown_secs

int h2_config::tls_cooldown_secs

Definition at line 66 of file h2_config.c.

◆ tls_warmup_size

apr_int64_t h2_config::tls_warmup_size

Definition at line 65 of file h2_config.c.


The documentation for this struct was generated from the following file: