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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dnetwork.h19 : m_maxBytesPerSecond(maxBytesPerSecond), m_timer(Timer::MILLISECONDS)
24 { return m_maxBytesPerSecond; }
27 { m_maxBytesPerSecond = v; }
42 lword m_maxBytesPerSecond; member in class:LimitedBandwidth
H A Dnetwork.cpp15 if (!m_maxBytesPerSecond)
22 return SaturatingSubtract(m_maxBytesPerSecond, total);
27 if (!m_maxBytesPerSecond)
38 if (m_maxBytesPerSecond)
53 (total < m_maxBytesPerSecond) ? curTime : m_ops.front().first + 1000;
58 if (!m_maxBytesPerSecond)

Completed in 57 milliseconds