Author: toad
Date: 2007-09-21 16:47:12 +0000 (Fri, 21 Sep 2007)
New Revision: 15241
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1064: Doh. Always send an opennet request ack, unless we send a noderef.
Prevents timeouts on downstream opennet nodes.
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-09-21 16:46:14 UTC (rev
15240)
+++ trunk/freenet/src/freenet/node/Version.java 2007-09-21 16:47:12 UTC (rev
15241)
@@ -24,11 +24,11 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1063;
+ private static final int buildNumber = 1064;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1058;
- private static final int newLastGoodBuild = 1063;
+ private static final int newLastGoodBuild = 1064;
static final long transitionTime;
static {