]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Bump NBUF to 80k. From Dave Mills
authorHarlan Stenn <stenn@ntp.org>
Fri, 24 Jun 2005 01:20:53 +0000 (21:20 -0400)
committerHarlan Stenn <stenn@ntp.org>
Fri, 24 Jun 2005 01:20:53 +0000 (21:20 -0400)
bk: 42bb5ff5ZyVYecnEwP8uceToNWa2RA

util/jitter.c

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