Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ openSocket
Method
openSocket
Engine/source/platform/platformNet.cpp:1448–1451 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1446
}
1447
1448
NetSocket Net::openSocket()
1449
{
1450
return PlatformNetState::smReservedSocketList.reserve();
1451
}
1452
1453
Net::Error Net::closeSocket(NetSocket handleFd)
1454
{
Callers
nothing calls this directly
Calls
1
reserve
Method · 0.45
Tested by
no test coverage detected