Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ CreateNetServer
Function
CreateNetServer
engine/Poseidon/Network/NetTransportNet.cpp:2849–2855 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2847
{
2848
if (received)
2849
{
2850
MsgSerial s = msg->getSerial();
2851
if (s < received->getSerial())
2852
{
2853
msg->next = received;
2854
received = msg;
2855
}
2856
else
2857
{
2858
NetMessage* ptr = received;
Callers
1
NetworkServer.cpp
File · 0.85
Calls
1
LoadNetworkParams
Function · 0.85
Tested by
no test coverage detected