2004-12-06 jrandom

* Don't propogate streaming connection failures out to the SAM bridge as
      fatal errors.
    * Dont barf on repeated I2CP closure.
This commit is contained in:
jrandom
2004-12-06 05:03:57 +00:00
committed by zzz
parent 2fba055696
commit e52d637092
4 changed files with 34 additions and 9 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.102 $ $Date: 2004/12/05 19:54:07 $";
public final static String ID = "$Revision: 1.103 $ $Date: 2004/12/05 21:08:02 $";
public final static String VERSION = "0.4.2.2";
public final static long BUILD = 6;
public final static long BUILD = 7;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION);
System.out.println("Router ID: " + RouterVersion.ID);