From 0409479a12f3e4835dddf15bc01615267bd12005 Mon Sep 17 00:00:00 2001 From: Atlante45 Date: Thu, 31 Mar 2016 16:36:34 -0700 Subject: [PATCH] CR --- tools/udt-test/src/UDTTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/udt-test/src/UDTTest.cpp b/tools/udt-test/src/UDTTest.cpp index 03c98799c1..2f2e896d87 100644 --- a/tools/udt-test/src/UDTTest.cpp +++ b/tools/udt-test/src/UDTTest.cpp @@ -366,7 +366,7 @@ void UDTTest::sampleStats() { static const double USECS_PER_MSEC = 1000.0; static const double MEGABITS_PER_BYTE = 8.0 / 1000000.0; static const double MS_PER_SECOND = 1000.0; - static const double PPS_TO_MBPS = 1500.0 * 8.0 / 1000000.0; + static const double PPS_TO_MBPS = 1500.0 * MEGABITS_PER_BYTE; if (!_target.isNull()) {