i2p / i2p.i2p

I2P is an anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate. All data is wrapped with several layers of encryption, and the network is both distributed and dynamic, with no trusted parties.
https://geti2p.net
Other
1.95k stars 305 forks source link

I2PSnark should set total_size to metadata_size according to BEP09 #8

Closed mlt closed 8 years ago

mlt commented 9 years ago

As of right now, total_size is just the size of a current piece. This freaks out libtorrent (see arvidn/libtorrent#36). BEP09 says total_size has the same semantics as metadata_size.

majestrate commented 9 years ago

i2p uses trac for bug reports, the issue was created at: https://trac.i2p2.de/ticket/1618 (.i2p for within network).

aaannndddyyy commented 9 years ago

this has been fixed upstream