* i2psnark: Paranoid copy before writing pieces,
      recheck files on completion, redownload bad pieces
    * i2psnark: Don't contact tracker as often when seeding
This commit is contained in:
zzz
2006-09-26 03:11:39 +00:00
committed by zzz
parent 373934c6e0
commit ef2e24ea11
7 changed files with 57 additions and 14 deletions

View File

@@ -693,6 +693,11 @@ public class Snark
completeListener.torrentComplete(this);
}
public void setWantedPieces(Storage storage)
{
coordinator.setWantedPieces();
}
public void shutdown()
{
// Should not be necessary since all non-deamon threads should