From e60066f572464da3a6f55999a48b1d38cf6423d6 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Fri, 26 Jan 2024 20:46:05 -0500 Subject: [Bugfix] Only probes collected during stable MAD count For calculating the final RPM, only those probes that are sent/received during the stable MAD should count. Signed-off-by: Will Hawkins --- direction/direction.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'direction') diff --git a/direction/direction.go b/direction/direction.go index 9b41b26..2cc9fa9 100644 --- a/direction/direction.go +++ b/direction/direction.go @@ -45,4 +45,6 @@ type Direction struct { ThroughputActivityCtx *context.Context ThroughputActivityCtxCancel *context.CancelFunc FormattedResults string + LowerBucketBound uint64 + UpperBucketBound uint64 } -- cgit v1.2.3