Change default settings of resolver state
authorKevin Dunlap <kjd@ucbvax.Berkeley.EDU>
Tue, 6 Aug 1985 05:29:25 +0000 (21:29 -0800)
committerKevin Dunlap <kjd@ucbvax.Berkeley.EDU>
Tue, 6 Aug 1985 05:29:25 +0000 (21:29 -0800)
SCCS-vsn: lib/libc/net/res_init.c 5.5

usr/src/lib/libc/net/res_init.c

index e1163a6..5597768 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)res_init.c 5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)res_init.c 5.5 (Berkeley) %G%";
 #endif not lint
 
 #include <sys/types.h>
 #endif not lint
 
 #include <sys/types.h>
@@ -31,8 +31,8 @@ char  *conffile = "/usr/local/lib/resolv.conf";
  * Resolver state default settings
  */
 struct state _res = {
  * Resolver state default settings
  */
 struct state _res = {
-       90,
-       2,
+       10,
+       4,
        RES_RECURSE|RES_DEFNAMES,
 };
 
        RES_RECURSE|RES_DEFNAMES,
 };