Home | History | Annotate | Download | only in libevent

Lines Matching full:maxinflight

2677 		const int maxinflight = strtoint_clipped(val, 1, 65000);
2678 if (maxinflight == -1) return -1;
2681 maxinflight);
2682 global_max_requests_inflight = maxinflight;