Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
281
void CServer::SetID(uint32 newip)
282
{
283
wxASSERT(newip);
284
ip = newip;
285
ipfull = Uint32toStringIP(ip);
286
}
287
288
void CServer::SetDynIP(const wxString& newdynip)
289
{
Callers
2
OnConnect
Method · 0.80
OnHostnameResolved
Method · 0.80
Calls
1
Uint32toStringIP
Function · 0.85
Tested by
no test coverage detected