mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-20 20:34:25 -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;
|
return 0;
|
||||||
}
|
}
|
||||||
#define GROUP_OUTGOING_PACKETS 1
|
#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
|
// send a out_pkt., else send out_data. unless
|
||||||
// there is a pending packet.
|
// there is a pending packet.
|
||||||
if (!mPkt_wpending)
|
if (!mPkt_wpending)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue