Searched refs:RemoveContact (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/routing/
H A DRoutingBin.h64 void RemoveContact(CContact *contact, bool noTrackingAdjust = false) { if (!noTrackingAdjust) AdjustGlobalTracking(contact->GetIPAddress(), false); m_entries.remove(contact); } function in class:Kademlia::CRoutingBin
H A DRoutingBin.cpp330 RemoveContact(contact, true);
H A DRoutingZone.cpp775 m_bin->RemoveContact(c);

Completed in 107 milliseconds