Home
last modified time | relevance | path

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

/external/chromium/third_party/libevent/
Devdns.c2677 const int maxinflight = strtoint_clipped(val, 1, 65000); in evdns_set_option() local
2678 if (maxinflight == -1) return -1; in evdns_set_option()
2681 maxinflight); in evdns_set_option()
2682 global_max_requests_inflight = maxinflight; in evdns_set_option()