severely reduced packet grouping, which limited the effectiveness of QoS

This commit is contained in:
csoler 2016-04-20 21:20:47 -04:00
parent d6ae71ebc8
commit 057249225e

View File

@ -456,7 +456,7 @@ int pqistreamer::handleoutgoing_locked()
return 0;
}
#define GROUP_OUTGOING_PACKETS 1
#define PACKET_GROUPING_SIZE_LIMIT 32768
#define PACKET_GROUPING_SIZE_LIMIT 512
// send a out_pkt., else send out_data. unless
// there is a pending packet.
if (!mPkt_wpending)