Home
last modified time | relevance | path

Searched refs:SendBuddyPingPong (Results 1 – 4 of 4) sorted by relevance

/dports/net-p2p/amule/aMule-2.3.3/src/
H A Dupdownclient.h487 bool SendBuddyPingPong() { return m_dwLastBuddyPingPongTime < ::GetTickCount(); } in SendBuddyPingPong() function
H A DClientList.cpp661 …m_pBuddy.GetClient() == cur_client && theApp->IsFirewalled() && cur_client->SendBuddyPingPong() ) { in Process()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A Dupdownclient.h487 bool SendBuddyPingPong() { return m_dwLastBuddyPingPongTime < ::GetTickCount(); }
H A DClientList.cpp661 …m_pBuddy.GetClient() == cur_client && theApp->IsFirewalled() && cur_client->SendBuddyPingPong() ) { in Process()