increase TRIALS since algorithm has been rewritten
authorJim Bloom <bloom@ucbvax.Berkeley.EDU>
Tue, 22 Apr 1986 06:16:14 +0000 (22:16 -0800)
committerJim Bloom <bloom@ucbvax.Berkeley.EDU>
Tue, 22 Apr 1986 06:16:14 +0000 (22:16 -0800)
SCCS-vsn: usr.sbin/timed/timed/globals.h 2.3

usr/src/usr.sbin/timed/timed/globals.h

index 6d0b8b7..1154f9b 100644 (file)
@@ -4,7 +4,7 @@
  * specifies the terms and conditions for redistribution.
  */
 
  * specifies the terms and conditions for redistribution.
  */
 
-/*     @(#)globals.h   2.2     (Berkeley)      %G%     */
+/*     @(#)globals.h   2.3     (Berkeley)      %G%     */
 
 #include <sys/param.h>
 #include <stdio.h>
 
 #include <sys/param.h>
 #include <stdio.h>
@@ -21,7 +21,7 @@ extern int sock;
 
 #define RANGE          20
 #define MSGS           5
 
 #define RANGE          20
 #define MSGS           5
-#define TRIALS         6
+#define TRIALS         10
 #define SAMPLEINTVL    240     
 #define MAXSEQ                 30000
 #define MINTOUT                360
 #define SAMPLEINTVL    240     
 #define MAXSEQ                 30000
 #define MINTOUT                360