]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
jitter.c: make NBUF about 10x bigger
authorHarlan Stenn <stenn@ntp.org>
Wed, 16 Jul 2008 09:06:03 +0000 (05:06 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 16 Jul 2008 09:06:03 +0000 (05:06 -0400)
bk: 487db9fb8fPP-_RaHzDYhy7kPsHlsw

util/jitter.c

index dda26551ec9a00d7b67078ffcbbb4f3bd38276ff..20c63ad7d01a7241290f7a1d40a0a2941d5bc61a 100644 (file)
@@ -16,7 +16,7 @@
 #include <stdlib.h>
 #include "jitter.h"
 
-#define NBUF   80002
+#define NBUF   800002
 #define FRAC   4294967296.             /* a bbbbillion */
 #define JAN_1970 2208988800UL          /* Unix base epoch */
 #define CLOCK_GETTIME                  /* Solaris hires clock */