Searched refs:HasLostConnection (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/kademlia/kademlia/
H A DPrefs.h73 bool HasLostConnection() const throw() { return m_lastContact ? !((time(NULL) - m_lastContact) < KADEMLIADISCONNECTDELAY) : false; } function in class:Kademlia::CPrefs
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Damule.cpp1203 if(Kademlia::CKademlia::GetPrefs()->HasLostConnection()) {

Completed in 64 milliseconds