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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dnetwork.cpp99 lword curMaxSize = UnsignedMin(ComputeCurrentTransceiveLimit(), maxSize - byteCount); local
101 if (curMaxSize || m_doPumpBlocked)
104 size_t ret = DoPump(curMaxSize, blockingOutput, timeToGo, checkDelimiter, delimiter);
106 if (curMaxSize)
108 NoteTransceive(curMaxSize);
109 byteCount += curMaxSize;

Completed in 96 milliseconds