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

Method SetClientID

src/ServerConnect.cpp:556–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554
555
556void CServerConnect::SetClientID(uint32 newid)
557{
558 clientid = newid;
559
560 if (!::IsLowID(newid)) {
561 theApp->SetPublicIP(newid);
562 }
563}
564
565
566void CServerConnect::DestroySocket(CServerSocket* pSck)

Callers 2

ProcessPacketMethod · 0.45
ProcessSharedFileListMethod · 0.45

Calls 2

IsLowIDFunction · 0.85
SetPublicIPMethod · 0.80

Tested by

no test coverage detected