I2P Address: [http://i2pgit.org]

Skip to content

Data: Store compressed KeysAndCert

zzz requested to merge zzz/i2p.i2p:kac-compression into master

Now that most RouterIdentities in the network (about 60%) are compressible, detect that and store them as compressed, to save 288 bytes per RI. Destinations are also compressed, but only partially, to save 64 bytes. We could, with more work, compress the other part, to save another 256 bytes, but it probably isn't worth the effort.

Merge request reports