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

Function CreateUdpSocket

src/openrct2/network/Socket.cpp:878–882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

876 }
877
878 std::unique_ptr<IUdpSocket> CreateUdpSocket()
879 {
880 InitialiseWSA();
881 return std::make_unique<UdpSocket>();
882 }
883
884 #ifdef _WIN32
885 static std::vector<INTERFACE_INFO> GetNetworkInterfaces()

Callers 2

Calls 1

InitialiseWSAFunction · 0.85

Tested by

no test coverage detected