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

Method SetID

src/Server.cpp:281–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281void CServer::SetID(uint32 newip)
282{
283 wxASSERT(newip);
284 ip = newip;
285 ipfull = Uint32toStringIP(ip);
286}
287
288void CServer::SetDynIP(const wxString& newdynip)
289{

Callers 2

OnConnectMethod · 0.80
OnHostnameResolvedMethod · 0.80

Calls 1

Uint32toStringIPFunction · 0.85

Tested by

no test coverage detected