Decrease the value of RES_DFLRETRY from 4 to 2.

PR:		bin/62139
Reported by:	Rostislav Krasny <rosti.bsd__at__gmail.com>
Obtained from:	BIND9
MFC after:	1 week
This commit is contained in:
Hajimu UMEMOTO 2006-02-24 17:00:50 +00:00
parent 5ecccefb4a
commit f9ad25aace
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155984

View File

@ -92,7 +92,7 @@
#define LOCALDOMAINPARTS 2 /* min levels in name that is "local" */
#define RES_TIMEOUT 5 /* min. seconds between retries */
#define RES_DFLRETRY 4 /* retries per each name server */
#define RES_DFLRETRY 2 /* retries per each name server */
#define MAXRESOLVSORT 10 /* number of net to sort on */
#define RES_MAXNDOTS 15 /* should reflect bit field size */
#define RES_MAXRETRANS 30 /* only for resolv.conf/RES_OPTIONS */