MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / GetLastMsgAgeReported

Method GetLastMsgAgeReported

engine/Poseidon/Network/NetTransportNet.cpp:1531–1534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1529 int toSent = bufferSize;
1530 int packet;
1531 fl |= MSG_PART_FLAG;
1532 do
1533 {
1534 packet = (toSent > maxGuaranteedPayload) ? maxGuaranteedPayload : toSent;
1535 toSent -= packet;
1536 msg = NetMessagePool::pool()->newMessage(packet, channel);
1537 if (!msg)

Callers 1

OnSimulateMethod · 0.80

Calls 1

getSystemTimeFunction · 0.85

Tested by

no test coverage detected