Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amule-project/amule
/ AddBannedClient
Method
AddBannedClient
src/ClientList.cpp:727–731 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
725
726
727
void CClientList::AddBannedClient(uint32 dwIP)
728
{
729
m_bannedList[dwIP] = ::GetTickCount64();
730
theStats::AddBannedClient();
731
}
732
733
734
bool CClientList::IsBannedClient(uint32 dwIP)
Callers
3
Ban
Method · 0.45
EvaluateData
Method · 0.45
InTrackListIsAllowedPacket
Method · 0.45
Calls
1
GetTickCount64
Function · 0.85
Tested by
no test coverage detected