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

Method processRawPacket

Engine/source/sim/netConnection.cpp:719–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717}
718
719void NetConnection::processRawPacket(BitStream *bstream)
720{
721 if(mDemoWriteStream)
722 recordBlock(BlockTypePacket, bstream->getReadByteSize(), bstream->getBuffer());
723
724 ConnectionProtocol::processRawPacket(bstream);
725}
726
727void NetConnection::handlePacket(BitStream *bstream)
728{

Callers 2

sendPacketMethod · 0.45

Calls 2

getReadByteSizeMethod · 0.80
getBufferMethod · 0.45

Tested by

no test coverage detected