MCPcopy Create free account
hub / github.com/amule-project/amule / SetSecWaitStartTime

Method SetSecWaitStartTime

src/ClientCredits.cpp:262–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260
261
262void CClientCredits::SetSecWaitStartTime(uint32 dwForIP)
263{
264 m_dwUnSecureWaitTime = m_dwSecureWaitTime = ::GetTickCount64()-1;
265 m_dwWaitTimeIP = dwForIP;
266}
267
268
269void CClientCredits::ClearWaitStartTime()

Callers 1

SetWaitStartTimeMethod · 0.80

Calls 1

GetTickCount64Function · 0.85

Tested by

no test coverage detected