MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / InitialiseWSA

Function InitialiseWSA

src/openrct2/network/Socket.cpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 };
126
127 static bool InitialiseWSA()
128 {
129 static WSA wsa;
130 return wsa.Initialise();
131 }
132 #else
133 static bool InitialiseWSA()
134 {

Callers 3

CreateTcpSocketFunction · 0.85
CreateUdpSocketFunction · 0.85
GetNetworkInterfacesFunction · 0.85

Calls 1

InitialiseMethod · 0.45

Tested by

no test coverage detected