Searched defs:aggressiveness (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c50 * - this number of connect() calls is bounded by the -a<aggressiveness>
240 int aggressiveness = 1; /* back to back connections */ variable
1377 if (toconnect > (double) aggressiveness)
1378 i = aggressiveness;
1704 " [-l<local-addr>] [-L<local-port>]* [-a<aggressiveness>] [-s<seed>]\n"
1713 "-a<aggressiveness>: When the target sending rate is not yet reached,\n"
2004 aggressiveness = atoi(optarg);
2005 if (aggressiveness <= 0) {
2007 "aggressiveness must be a positive integer\n");
2121 printf(" aggressiveness
[all...]

Completed in 15 milliseconds