mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-10 23:52:51 -04:00
moerged with upstream/master
This commit is contained in:
commit
18e9e1c2db
25 changed files with 239 additions and 127 deletions
|
@ -491,7 +491,7 @@ int pqistreamer::handleoutgoing_locked()
|
|||
// send a out_pkt., else send out_data. unless there is a pending packet. The strategy is to
|
||||
// - grab as many packets as possible while below the optimal packet size, so as to allow some packing and decrease encryption padding overhead (suposeddly)
|
||||
// - limit packets size to OPTIMAL_PACKET_SIZE when sending big packets so as to keep as much QoS as possible.
|
||||
|
||||
|
||||
if (!mPkt_wpending)
|
||||
{
|
||||
void *dta;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue