Searched defs:rate (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | rrl.c | 196 double rate; local 213 rate = rrl->probes; 215 rate /= rrl->searches; 221 rrl->hash->length, rate); 280 double rate; local 311 rate = rrl->probes; 313 rate /= rrl->searches; 318 old_bins, new_bins, rrl->num_entries, rate); 381 * Collisions result in legitimate rate limiting responses for one 468 int balance, rate; local 609 int rate, new_rate, slip, new_slip, age, log_secs, min; local [all...] |
H A D | zone.c | 821 static void setrl(isc_ratelimiter_t *rl, unsigned int *rate, 16685 setrl(isc_ratelimiter_t *rl, unsigned int *rate, unsigned int value) { argument 16714 *rate = value;
|
/bind-9.11.3/contrib/perftcpdns/ |
H A D | perftcpdns.c | 12 * main parameters are -r<rate> and <server> 13 * standard options are 4|6 (IPv4|IPv6), rate computations, terminaisons, 32 * - the target rate is in query+response per second. 34 * - of course the tool is always late so the target rate is never 36 * effective rate to the target one: this must be by tuning 37 * the rate related parameters, first the -r<rate> itself. 40 * call is computed from the last one with 101% of the rate. 48 * computed from the difference between now and due divided by rate, 208 uint64_t loops[4], shortwait[3]; /* rate stat 224 int rate; /* rate in connections per second */ variable [all...] |
Completed in 59 milliseconds