2005-10-09 jrandom

* Now that the streaming lib works reasonably, set the default inactivity
      event to send a 0 byte keepalive payload, rather than disconnecting the
      stream.  This should cut the irc netsplits and help out with other long
      lived streams.  The default timeout is now less than the old timeout as
      well, so the keepalive will be sent before earlier builds fire their
      fatal timeouts.
This commit is contained in:
jrandom
2005-10-09 05:46:57 +00:00
committed by zzz
parent f282fe3854
commit 5dfa9ad7f6
4 changed files with 18 additions and 8 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.260 $ $Date: 2005/10/07 15:19:07 $";
public final static String ID = "$Revision: 1.261 $ $Date: 2005/10/08 17:05:48 $";
public final static String VERSION = "0.6.1.2";
public final static long BUILD = 1;
public final static long BUILD = 2;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);