-1
This commit is contained in:
10
history.txt
10
history.txt
@ -1,3 +1,13 @@
|
||||
2009-03-30 zzz
|
||||
* I2CP:
|
||||
- Implement BandwidthLimitsMessage
|
||||
- Have i2psnark use new message, remove
|
||||
build dependency on router
|
||||
* Peer Selection:
|
||||
- Limit peers to a max % of all tunnels with
|
||||
router.maxTunnelPercentage=nn, default 33
|
||||
- Add chart to tunnels.jsp to see results
|
||||
|
||||
* 2009-03-29 0.7.1 released
|
||||
|
||||
2009-03-29 Complication
|
||||
|
@ -17,7 +17,7 @@ import net.i2p.CoreVersion;
|
||||
public class RouterVersion {
|
||||
public final static String ID = "$Revision: 1.548 $ $Date: 2008-06-07 23:00:00 $";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 0;
|
||||
public final static long BUILD = 1;
|
||||
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