Files
i2p.i2p/apps/i2psnark
zzz 5a11a28a35 i2psnark:
- Return partial piece to coordinator after reject
   - Fix tracking of downloaded portion of piece after reject
   - Send reject on receipt of bad request
   - Mark piece unrequested after receiving bad data, so it
     will be requested again, but not from the same peer
   - Fix NPE in Request constructor on error
   - Fix stuck before completion due to reject handling (ticket #1633)
2015-08-24 17:30:32 +00:00
..
2015-08-24 17:30:32 +00:00
2015-07-26 14:22:33 +00:00
2014-09-21 15:51:53 +00:00
2013-11-21 09:38:09 +00:00
2010-01-31 05:06:50 +00:00
2009-06-15 15:22:51 +00:00
2015-01-03 14:15:48 +00:00
2009-06-15 15:22:51 +00:00

This is an I2P port of snark [http://klomp.org/snark], a GPL'ed bittorrent client

The build in tracker has been removed for simplicity.

Example usage:
  java -jar lib/i2psnark.jar myFile.torrent

or, a more verbose setting:
  java -jar lib/i2psnark.jar --eepproxy 127.0.0.1 4444 \
       --i2cp 127.0.0.1 7654 "inbound.length=2 outbound.length=2" \
       --debug 6 myFile.torrent