Bugzilla – Attachment #2598: red-byte-mode.patch for bug #2512
if (queue->GetMode () == Queue::QUEUE_MODE_BYTES)
{
pktSize = 1000;
// pktSize should be same as MeanPktSize to avoid performance gap between byte and packet mode
pktSize = 500;
modeSize = pktSize;
queue->SetTh (minTh * modeSize, maxTh * modeSize);
queue->SetQueueLimit (qSize * modeSize);