MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / openSocket

Method openSocket

Engine/source/platform/platformNet.cpp:1401–1404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1399}
1400
1401NetSocket Net::openSocket()
1402{
1403 return PlatformNetState::smReservedSocketList.reserve();
1404}
1405
1406Net::Error Net::closeSocket(NetSocket handleFd)
1407{

Callers

nothing calls this directly

Calls 1

reserveMethod · 0.45

Tested by

no test coverage detected