2007-11-24 zzz

* i2psnark: increase streaming lib write timeout to 240 sec and change
      timeout action from "ping" to "disconect", as the fix in .30 to
      honor options on outbound connections led to hung outbound connections
      (bitfield never transmitted, connection never dropped)
This commit is contained in:
zzz
2007-11-24 20:22:45 +00:00
committed by zzz
parent 7e59ce27fa
commit 4ebcc95d9f
3 changed files with 11 additions and 5 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.530 $ $Date: 2007-10-07 23:11:37 $";
public final static String ID = "$Revision: 1.531 $ $Date: 2007-10-11 01:03:21 $";
public final static String VERSION = "0.6.1.30";
public final static long BUILD = 2;
public final static long BUILD = 3;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);