2005-09-30 jrandom

* Killed three more streaming lib bugs, one of which caused excess packets
      to be transmitted (dupacking dupacks), one that was the root of many of
      the old hung streams (shrinking highest received), and another that was
      releasing data too soon.
This commit is contained in:
jrandom
2005-09-30 23:12:57 +00:00
committed by zzz
parent 934a269753
commit 9dfa87ba47
6 changed files with 39 additions and 19 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.251 $ $Date: 2005/09/30 02:17:57 $";
public final static String ID = "$Revision: 1.252 $ $Date: 2005/09/30 15:29:19 $";
public final static String VERSION = "0.6.1";
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);