MCPcopy Create free account
hub / github.com/amule-project/amule / GetGainDueToCompression

Method GetGainDueToCompression

src/PartFile.h:247–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245 void SetLastAnsweredTimeTimeout();
246 uint64 GetLostDueToCorruption() const { return m_iLostDueToCorruption; }
247 uint64 GetGainDueToCompression() const { return m_iGainDueToCompression; }
248 uint32 TotalPacketsSavedDueToICH()const{ return m_iTotalPacketsSavedDueToICH; }
249 bool IsStopped() const { return m_stopped; }
250 bool IsPaused() const { return m_paused; }

Callers 3

UpdateDataMethod · 0.45
CEC_PartFile_TagMethod · 0.45

Calls

no outgoing calls

Tested by 1

CEC_PartFile_TagMethod · 0.36