Update of /cvsroot/freenet/freenet/src/freenet/node/rt
In directory sc8-pr-cvs1:/tmp/cvs-serv13213/src/freenet/node/rt
Modified Files:
ResponseTimeEstimator.java
Log Message:
Added a TODO.
Index: ResponseTimeEstimator.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/rt/ResponseTimeEstimator.java,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -w -r1.27 -r1.28
--- ResponseTimeEstimator.java 1 Nov 2003 22:49:23 -0000 1.27
+++ ResponseTimeEstimator.java 1 Nov 2003 22:54:02 -0000 1.28
@@ -471,7 +471,7 @@
RoutingPointStore.NeighbourRoutingPointPair b =
store.findKeyBeforeAndAfter(n);
if(b.includesKeyspaceWrap)
- if(b.nPos == store.length() -1)
+ if(b.nPos == store.length() -1) //TODO: What to do to get rid
of this uglyness?
n = n.subtract(keyspace);
// Solve for the time given key and two bounding points.
_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs