MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / SetCompressionLevel

Method SetCompressionLevel

libi2pd/Gzip.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 void GzipDeflator::SetCompressionLevel (int level)
113 {
114 deflateParams (&m_Deflator, level, Z_DEFAULT_STRATEGY);
115 }
116
117 size_t GzipDeflator::Deflate (const uint8_t * in, size_t inLen, uint8_t * out, size_t outLen)
118 {

Callers 1

CreateRouterInfoBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected