Searched refs:m_SentBytesSinceLastCallOverhead (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.h85 uint64 m_SentBytesSinceLastCallOverhead; member in class:UploadBandwidthThrottler
H A DUploadBandwidthThrottler.cpp67 m_SentBytesSinceLastCallOverhead = 0;
111 uint64 numberOfSentBytesSinceLastCall = m_SentBytesSinceLastCallOverhead;
112 m_SentBytesSinceLastCallOverhead = 0;
449 m_SentBytesSinceLastCallOverhead += spentOverhead;

Completed in 43 milliseconds