Home
last modified time | relevance | path

Searched refs:connections_per_frontend (Results 1 – 6 of 6) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_api_downstream_connection.cc370 downstreamconf->connections_per_frontend = src->connections_per_frontend; in handle_backendconfig()
Dshrpx_config.h985 connections_per_frontend{0},
1015 size_t connections_per_frontend; member
Dshrpx_http2_upstream.cc1018 return downstreamconf.connections_per_frontend; in downstream_queue_size()
Dshrpx_http3_upstream.cc99 return downstreamconf.connections_per_frontend; in downstream_queue_size()
Dshrpx.cc2619 << config->conn.downstream->connections_per_frontend << R"( in print_help()
Dshrpx_config.cc3465 return parse_uint(&config->conn.downstream->connections_per_frontend, opt, in parse_config()