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.cc38 : conn_max_per_host_(conn_max_per_host == 0 in DownstreamQueue()
109 return ent.num_active < conn_max_per_host_; in can_activate()
149 if (!next_blocked || ent.num_active >= conn_max_per_host_) { in remove_and_get_blocked()
H A Dshrpx_downstream_queue.h64 // Set of stream ID that blocked by conn_max_per_host_.
85 // connection was blocked because conn_max_per_host_ limit.
94 // conn_max_per_host_ limit.
108 size_t conn_max_per_host_; member in shrpx::DownstreamQueue

Completed in 1 milliseconds