mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 14:45:12 -04:00
severely reduced packet grouping, which limited the effectiveness of QoS
This commit is contained in:
parent
d6ae71ebc8
commit
057249225e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue