-9
This commit is contained in:
31
history.txt
31
history.txt
@ -1,3 +1,34 @@
|
|||||||
|
2009-01-08 zzz
|
||||||
|
* addressbook: Prevent Base32 hostnames
|
||||||
|
* build.xml: Remove readme_xx.html from updater
|
||||||
|
* configtunnels.jsp: Fix display of outbound backup count
|
||||||
|
* configupdate.jsp: Fix corruption of update URLs
|
||||||
|
* i2psnark: Recognize Robert 0.3 and 4
|
||||||
|
* ExploreJob/SearchJob - fix brokenness:
|
||||||
|
- Give each search a minimum of time even at the end
|
||||||
|
- Fix ExploreJob exclude peer list
|
||||||
|
- Always add floodfills to exclude peer list
|
||||||
|
- Don't queue keys for exploration or run ExploreJob
|
||||||
|
if floodfill
|
||||||
|
- Allow floodfills to return non-floodfills in
|
||||||
|
a DSRM msg so exploration works
|
||||||
|
* ExploreJob/SearchJob - more fixes:
|
||||||
|
- Disable ExploreKeySelectorJob completely, just have
|
||||||
|
StartExplorersJob select a random key if queue is empty
|
||||||
|
- Add netDb.alwaysQuery=[B64Hash] for debugging
|
||||||
|
- Queue results of exploration for more exploration
|
||||||
|
- Floodfills periodically shuffle their KBuckets, and
|
||||||
|
FloodfillPeerSelector sorts more keys, so that
|
||||||
|
exploration works well
|
||||||
|
* Shitlist: Reduce max time to 30m (was 60m)
|
||||||
|
* Streaming:
|
||||||
|
- Reduce default initial window size from 12 to 6,
|
||||||
|
to account for the MTU increase in the last release
|
||||||
|
and try to limit initial packet loss
|
||||||
|
- Reduce fast retransmit threshold from 3 to 2
|
||||||
|
* Transport: Don't shitlist a peer if we are at our
|
||||||
|
connection limit
|
||||||
|
|
||||||
2009-01-03 zzz
|
2009-01-03 zzz
|
||||||
* config.jsp: Move the buttons up
|
* config.jsp: Move the buttons up
|
||||||
* configservice.jsp: Clean up and fix the broken (?)
|
* configservice.jsp: Clean up and fix the broken (?)
|
||||||
|
@ -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 = "0.6.5";
|
public final static String VERSION = "0.6.5";
|
||||||
public final static long BUILD = 8;
|
public final static long BUILD = 9;
|
||||||
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