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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DUploadBandwidthThrottler.h84 uint64 m_SentBytesSinceLastCall; member in class:UploadBandwidthThrottler
H A DUploadBandwidthThrottler.cpp66 m_SentBytesSinceLastCall = 0;
95 uint64 numberOfSentBytesSinceLastCall = m_SentBytesSinceLastCall;
96 m_SentBytesSinceLastCall = 0;
448 m_SentBytesSinceLastCall += spentBytes;

Completed in 52 milliseconds