A Python port of the Invisible Internet Project (I2P)
at main 8 lines 253 B view raw
1"""I2PSnark — BitTorrent client for I2P. 2 3Provides BitTorrent protocol implementation over I2P, 4including bencode, torrent metainfo parsing, piece management, 5and peer wire protocol. 6 7Ported from org.klomp.snark (I2P's bundled BitTorrent client). 8"""