MCPcopy Create free account
hub / github.com/ReversecLabs/C3 / SetExpectedSize

Method SetExpectedSize

Src/Core/QualityOfService.cpp:100–103  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

98
99////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
100void FSecure::C3::QualityOfService::Packet::SetExpectedSize(uint32_t size)
101{
102 m_ExpectedSize = size;
103}
104
105////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
106FSecure::C3::QualityOfService::PacketSplitter FSecure::C3::QualityOfService::GetPacketSplitter(ByteView data)

Callers 1

PushReceivedChunkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected