Author: toad
Date: 2006-08-18 13:41:08 +0000 (Fri, 18 Aug 2006)
New Revision: 10187

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
950: Make backoff advisory, so if all peers are backed off then a request will 
be routed to a non-backed-off peer. (in the previous commit; reasons given 
there)
Mandatory at 0:00 Tuesday.

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-08-18 13:19:31 UTC (rev 
10186)
+++ trunk/freenet/src/freenet/node/Version.java 2006-08-18 13:41:08 UTC (rev 
10187)
@@ -18,12 +18,12 @@
        public static final String protocolVersion = "1.0";

        /** The build number of the current revision */
-       private static final int buildNumber = 949;
+       private static final int buildNumber = 950;

        /** Oldest build of Fred we will talk to */
-       private static final int oldLastGoodBuild = 920;
-       private static final int newLastGoodBuild = 944;
-       private static final long transitionTime = 1156118400L*1000L; // 
midnight monday 14/08/06
+       private static final int oldLastGoodBuild = 944;
+       private static final int newLastGoodBuild = 950;
+       private static final long transitionTime = 1156204800L*1000L; // 0:00 
Tuesday 22/08/06

        public static final int buildNumber() {
                return buildNumber;


Reply via email to