Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossuo/crossuo
/ SetProxyAddress
Method
SetProxyAddress
src/Managers/ConnectionManager.cpp:40–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void CConnectionManager::SetProxyAddress(const astr_t &val)
41
{
42
m_ProxyAddress = val;
43
m_LoginSocket.ProxyAddress = val;
44
m_GameSocket.ProxyAddress = val;
45
}
46
47
void CConnectionManager::SetProxyPort(int val)
48
{
Callers
1
ProcessCommandLine
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected