MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / processRawPacket

Method processRawPacket

Engine/source/sim/netConnection.cpp:724–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

722}
723
724void NetConnection::processRawPacket(BitStream *bstream)
725{
726 if(mDemoWriteStream)
727 recordBlock(BlockTypePacket, bstream->getReadByteSize(), bstream->getBuffer());
728
729 ConnectionProtocol::processRawPacket(bstream);
730}
731
732void NetConnection::handlePacket(BitStream *bstream)
733{

Callers 2

sendPacketMethod · 0.45

Calls 2

getReadByteSizeMethod · 0.80
getBufferMethod · 0.45

Tested by

no test coverage detected