Update of /cvsroot/freenet/freenet/src/freenet/node/states/announcement
In directory sc8-pr-cvs1:/tmp/cvs-serv1482/src/freenet/node/states/announcement

Modified Files:
      Tag: ngrouting
        NewAnnouncement.java 
Log Message:
7050: Fix a race in ConnectionOpener that was probably the source of the RNFs. Sort 
the routing table display in nodestatus. Add a parameter to route() to indicate 
whether the request is an insert. Get rid of now redundant pWildLegitDNF in NGRT. 
Change routing termination again esp w.r.t. inserts. Don't null routes, we need it for 
the StoreData. Catch anything thrown by process() when running maintqueue in RSL. 
Indenting. Logging.


Index: NewAnnouncement.java
===================================================================
RCS file: 
/cvsroot/freenet/freenet/src/freenet/node/states/announcement/NewAnnouncement.java,v
retrieving revision 1.8.6.3
retrieving revision 1.8.6.4
diff -u -r1.8.6.3 -r1.8.6.4
--- NewAnnouncement.java        20 Aug 2003 18:09:21 -0000      1.8.6.3
+++ NewAnnouncement.java        30 Aug 2003 19:49:52 -0000      1.8.6.4
@@ -160,7 +160,7 @@
                 (byte) (l >> 24), (byte) (l >> 32), (byte) (l >> 40), 
                 (byte) (l >> 48), (byte) (l >> 56)
             });
-            routes = n.rt.route(k, hopsToLive, 0, false);
+            routes = n.rt.route(k, hopsToLive, 0, false, false);
         }
        
         routed++;

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

Reply via email to