Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
294
void CServer::SetLastDescPingedCount(bool bReset)
295
{
296
if (bReset) {
297
lastdescpingedcout = 0;
298
} else {
299
lastdescpingedcout++;
300
}
301
}
302
303
uint32 CServer::GetServerKeyUDP(bool bForce) const
304
{
Callers
1
ProcessPacket
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected