Searched refs:doubleSendSize (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DUploadBandwidthThrottler.cpp304 uint32 doubleSendSize = minFragSize*2; // send two packages at a time so they can share an ACK local
307 doubleSendSize = minFragSize; // don't send two packages at a time at very low speeds to give them a smoother load
410 // There are two passes. First pass gives packets of doubleSendSize, second pass
418 uint32 data = (slotCounter < slots - 1) ? doubleSendSize // pass 1
424 SocketSentBytes socketSentBytes = socket->SendFileAndControlData(data, doubleSendSize);

Completed in 107 milliseconds