Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
FetchLocalServerListAsync
Method · 0.85
NetworkServerAdvertiser
Method · 0.85
Calls
1
InitialiseWSA
Function · 0.85
Tested by
no test coverage detected