Home
last modified time | relevance | path

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

/external/chromium/third_party/libevent/
Devdns.c310 static int global_max_reissues = 1; /* a reissue occurs when we get some errors from the server */ variable
706 if (req->reissue_count < global_max_reissues) { in reply_handle()