Searched refs:m_lastudpstattime (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 DDownloadQueue.h357 uint32 m_lastudpstattime; member in class:CDownloadQueue
H A DDownloadQueue.cpp84 m_lastudpstattime = 0;
512 if( (::GetTickCount() - m_lastudpstattime) > UDPSERVERSTATTIME) {
513 m_lastudpstattime = ::GetTickCount();

Completed in 102 milliseconds