2007-03-07 zzz

* Streaming lib changes to improve upstream performance during congestion:
    *   Change min window size from 12 to 1
    *   Change max timeout from 10 to 45 sec
    *   Change initial timeout from 10 to 15 sec
    *   Change intial window size for i2psnark from 12 to 1
    *   Change slow start growth rate for i2psnark from 1/2 to 1
This commit is contained in:
zzz
2007-03-07 05:11:45 +00:00
committed by zzz
parent 2088a28053
commit 0960cafaf5
5 changed files with 21 additions and 6 deletions

View File

@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.490 $ $Date: 2007-03-03 15:11:05 $";
public final static String ID = "$Revision: 1.491 $ $Date: 2007-03-03 15:30:52 $";
public final static String VERSION = "0.6.1.27";
public final static long BUILD = 4;
public final static long BUILD = 5;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);