-3
This commit is contained in:
22
history.txt
22
history.txt
@ -1,3 +1,25 @@
|
|||||||
|
2009-04-02 zzz
|
||||||
|
* Profiles:
|
||||||
|
- Remove unused calculators and RateStats:
|
||||||
|
CapacityCalculator, StrictSpeedCalculator, IsFailingCalculator;
|
||||||
|
sendFailureSize, processSuccessRate, processfailureRate, commErrorRate,
|
||||||
|
tunnelTestResponseTimeSlow
|
||||||
|
- Reduced number of Rates in these RateStats:
|
||||||
|
sendSuccessSize, receiveSize, rejectRate, failRate
|
||||||
|
- ~5KB/profile savings total
|
||||||
|
- Deflate speed calculation once an hour instead of once a day,
|
||||||
|
to improve fast tier selection
|
||||||
|
- Remove dup comment in persisted files
|
||||||
|
* StatisticsManager - effective in 0.7.2:
|
||||||
|
- Spoof uptime to 90m for all
|
||||||
|
- Change tunnel stats from 10m to 60m
|
||||||
|
* Transport:
|
||||||
|
- Maintain a router hash -> IP map in transport,
|
||||||
|
to support additional IP checks (unused for now)
|
||||||
|
- Catch error on pre-2.6 kernels
|
||||||
|
- Some concurrent conversion
|
||||||
|
- Fix an HTML error on peers.jsp
|
||||||
|
|
||||||
2009-04-01 zzz
|
2009-04-01 zzz
|
||||||
* I2PTunnel: Fix tunnel close
|
* I2PTunnel: Fix tunnel close
|
||||||
http://forum.i2p/viewtopic.php?t=3231
|
http://forum.i2p/viewtopic.php?t=3231
|
||||||
|
@ -17,7 +17,7 @@ import net.i2p.CoreVersion;
|
|||||||
public class RouterVersion {
|
public class RouterVersion {
|
||||||
public final static String ID = "$Revision: 1.548 $ $Date: 2008-06-07 23:00:00 $";
|
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 String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 2;
|
public final static long BUILD = 3;
|
||||||
public static void main(String args[]) {
|
public static void main(String args[]) {
|
||||||
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
|
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
|
||||||
System.out.println("Router ID: " + RouterVersion.ID);
|
System.out.println("Router ID: " + RouterVersion.ID);
|
||||||
|
Reference in New Issue
Block a user