* i2psnark: Mark a peer's requests as unrequested on disconnect,
      preventing premature end game
    * i2psnark: Randomize selection of next piece during end game
    * i2psnark: Don't restore a partial piece to a peer that is already working on it
    * i2psnark: strip ".torrent" on web page
    * i2psnark: Limit piece size in generated torrent to 1MB max
This commit is contained in:
zzz
2006-09-13 23:02:07 +00:00
committed by zzz
parent 9fd0e95fe8
commit 26c13b40fe
8 changed files with 133 additions and 17 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.455 $ $Date: 2006-09-09 17:15:05 $";
public final static String ID = "$Revision: 1.456 $ $Date: 2006-09-09 20:55:37 $";
public final static String VERSION = "0.6.1.25";
public final static long BUILD = 2;
public final static long BUILD = 3;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);