diff --git a/src/Cedar/Hub.c b/src/Cedar/Hub.c index a442ee21..4af7debb 100644 --- a/src/Cedar/Hub.c +++ b/src/Cedar/Hub.c @@ -6098,7 +6098,7 @@ void IntoTrafficLimiter(TRAFFIC_LIMITER *tr, PKT *p) } // Value increase - tr->Value += (UINT64)(p->PacketSize * 8); + tr->Value += p->PacketSize * (UINT64)8; } // The bandwidth reduction by traffic limiter