Searched refs:effective_max (Results 1 – 1 of 1) sorted by relevance
2700 size_t effective_max; in cf_h2_query() local2709 effective_max = CONN_INUSE(cf->conn); in cf_h2_query()2712 effective_max = ctx->max_concurrent_streams; in cf_h2_query()2714 *pres1 = (effective_max > INT_MAX) ? INT_MAX : (int)effective_max; in cf_h2_query()
Completed in 11 milliseconds