Update of /cvsroot/freenet/freenet/src/freenet/node/rt
In directory sc8-pr-cvs1:/tmp/cvs-serv20709/src/freenet/node/rt

Modified Files:
        NGRoutingTable.java 
Log Message:
6222: some major bugfixes, and logging. Probably introduces some major bugs too, but 
probably not as major as the ones it eliminates. Will work more on this tomorrow!


Index: NGRoutingTable.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/rt/NGRoutingTable.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- NGRoutingTable.java 20 Sep 2003 22:26:14 -0000      1.5
+++ NGRoutingTable.java 7 Oct 2003 00:47:30 -0000       1.6
@@ -160,8 +160,10 @@
                int semiWild = 0;
                while(e.hasMoreElements()) {
                        NodeEstimator ne = (NodeEstimator)(e.nextElement());
-                       // All nodes are routable
+//                     if(!node.connections.needsConnection(ne.ref.getIdentity()))
                        v.add(ne);
+//                     else continue;
+                       // Check connectability in NGRouting
                        double d = ne.dnfProbability();
                        if(ne.successes() >= 1) {
                                semiWild++;

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

Reply via email to