Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Connect
Method
Connect
Source/Engine/Networking/NetworkPeer.cpp:114–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
bool NetworkPeer::Connect()
115
{
116
LOG(Info,
"Connecting to {0}:{1}..."
, Config.Address, Config.Port);
117
return NetworkDriver->Connect();
118
}
119
120
void NetworkPeer::Disconnect()
121
{
Callers
1
StartClient
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected