Update of /cvsroot/freenet/freenet/src/freenet
In directory sc8-pr-cvs1:/tmp/cvs-serv10299/src/freenet

Modified Files:
      Tag: ngrouting
        Version.java 
Log Message:
Track total request time, use it in the NGRouting calculation - we were supposed to do 
this in the first place. Major source of skew for NGRouting corrected, we will see how 
it works in practice...


Index: Version.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/Version.java,v
retrieving revision 1.307.2.38
retrieving revision 1.307.2.39
diff -u -r1.307.2.38 -r1.307.2.39
--- Version.java        27 Aug 2003 02:00:00 -0000      1.307.2.38
+++ Version.java        27 Aug 2003 15:54:35 -0000      1.307.2.39
@@ -18,7 +18,7 @@
     public static String protocolVersion = "1.46";
     
     /** The build number of the current revision */
-    public static final int buildNumber = 7038;
+    public static final int buildNumber = 7039;
     // 6028: may 3; ARK retrieval fix
 
     public static final int ignoreBuildsAfter = 6500;

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to