2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

The default number of UDP queries should be 3, not 2.

This commit is contained in:
Brian Wellington
2001-09-18 18:16:08 +00:00
parent 2bb3d8bdfe
commit bbece796a9

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dighost.c,v 1.225 2001/09/14 06:31:40 marka Exp $ */
/* $Id: dighost.c,v 1.226 2001/09/18 18:16:08 bwelling Exp $ */
/*
* Notice to programmers: Do not use this code as an example of how to
@@ -106,7 +106,7 @@ int sendcount = 0;
int recvcount = 0;
int sockcount = 0;
int ndots = -1;
int tries = 2;
int tries = 3;
int lookup_counter = 0;
/*