MCPcopy 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
1448NetSocket Net::openSocket()
1449{
1450 return PlatformNetState::smReservedSocketList.reserve();
1451}
1452
1453Net::Error Net::closeSocket(NetSocket handleFd)
1454{

Callers

nothing calls this directly

Calls 1

reserveMethod · 0.45

Tested by

no test coverage detected