Searched refs:lastSent (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 DEMSocket.h139 uint32 lastSent; member in class:CEMSocket
H A DEMSocket.cpp87 lastSent = ::GetTickCount()-1000;
489 bool bWasLongTimeSinceSend = (::GetTickCount() - lastSent) > 1000;
570 lastSent = ::GetTickCount();

Completed in 104 milliseconds