From: Miroslav Lichvar Date: Tue, 9 Jun 2026 10:05:59 +0000 (+0200) Subject: sourcestats: change MAX_SKEW to 1.0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;p=thirdparty%2Fchrony.git sourcestats: change MAX_SKEW to 1.0 Change the upper limit of skew from 100.0 to more reasonable 1.0. --- diff --git a/sourcestats.c b/sourcestats.c index 047cf8f4..c7ea4f9b 100644 --- a/sourcestats.c +++ b/sourcestats.c @@ -49,7 +49,7 @@ /* The minimum and maximum assumed skew */ #define MIN_SKEW 1.0e-12 -#define MAX_SKEW 1.0e+02 +#define MAX_SKEW 1.0e+00 /* The minimum standard deviation */ #define MIN_STDDEV 1.0e-9