mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
CR
This commit is contained in:
parent
31942d9a73
commit
0409479a12
1 changed files with 1 additions and 1 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Reference in a new issue