Author: toad
Date: 2006-11-28 02:43:22 +0000 (Tue, 28 Nov 2006)
New Revision: 11083

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1001: Various bugfixes and improvements related to low-level packet sending. 
Should fix the recently observed high bandwidth usage / low payload %.

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-11-28 02:12:05 UTC (rev 
11082)
+++ trunk/freenet/src/freenet/node/Version.java 2006-11-28 02:43:22 UTC (rev 
11083)
@@ -24,7 +24,7 @@
        public static final String protocolVersion = "1.0";

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

        /** Oldest build of Fred we will talk to */
        private static final int oldLastGoodBuild = 990;


Reply via email to