mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
severely reduced packet grouping, which limited the effectiveness of QoS
This commit is contained in:
parent
d6ae71ebc8
commit
057249225e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user