Home
last modified time | relevance | path

Searched refs:conn_max_per_host (Results 1 - 2 of 2) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_downstream_queue.cc37 DownstreamQueue::DownstreamQueue(size_t conn_max_per_host, bool unified_host) in DownstreamQueue() argument
38 : conn_max_per_host_(conn_max_per_host == 0 in DownstreamQueue()
40 : conn_max_per_host), in DownstreamQueue()
H A Dshrpx_downstream_queue.h72 // conn_max_per_host == 0 means no limit for downstream connection.
73 DownstreamQueue(size_t conn_max_per_host = 0, bool unified_host = true);

Completed in 1 milliseconds