MCPcopy 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
727void CClientList::AddBannedClient(uint32 dwIP)
728{
729 m_bannedList[dwIP] = ::GetTickCount64();
730 theStats::AddBannedClient();
731}
732
733
734bool CClientList::IsBannedClient(uint32 dwIP)

Callers 3

BanMethod · 0.45
EvaluateDataMethod · 0.45

Calls 1

GetTickCount64Function · 0.85

Tested by

no test coverage detected