forked from I2P_Developers/i2p.i2p
2007-01-20 zzz
* i2psnark: More choking rotation tweaks * Improve performance by not reading in the whole piece from disk for each request. A huge memory savings on 1MB torrents with many peers.
This commit is contained in:
@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
|
||||
*
|
||||
*/
|
||||
public class RouterVersion {
|
||||
public final static String ID = "$Revision: 1.475 $ $Date: 2007-01-17 00:13:27 $";
|
||||
public final static String ID = "$Revision: 1.476 $ $Date: 2007-01-17 20:42:13 $";
|
||||
public final static String VERSION = "0.6.1.26";
|
||||
public final static long BUILD = 9;
|
||||
public final static long BUILD = 10;
|
||||
public static void main(String args[]) {
|
||||
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
|
||||
System.out.println("Router ID: " + RouterVersion.ID);
|
||||
|
Reference in New Issue
Block a user