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

Method SetLastDescPingedCount

src/Server.cpp:294–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292
293
294void CServer::SetLastDescPingedCount(bool bReset)
295{
296 if (bReset) {
297 lastdescpingedcout = 0;
298 } else {
299 lastdescpingedcout++;
300 }
301}
302
303uint32 CServer::GetServerKeyUDP(bool bForce) const
304{

Callers 1

ProcessPacketMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected