HomeSort by relevance Sort by last modified time
    Searched defs:retry_max (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libevent/
http-internal.h 76 int retry_max; /* maximum number of retries */ member in struct:evhttp_connection
  /external/ppp/pppd/plugins/radius/
sendserver.c 207 int retry_max; local
258 retry_max = data->retries; /* Max. numbers to try for reply */
316 * Timed out waiting for response. Retry "retry_max" times
317 * before giving up. If retry_max = 0, don't retry at all.
319 if (++retries >= retry_max)

Completed in 54 milliseconds