On Sunday 05 May 2002 21:28, you wrote: > On Sun, May 05, 2002 at 03:12:17PM -0400, Gianni Johansson wrote: > > Hi Oskar (and any one else who's across the routing code): > > > > Should we limit how many candidate successive calls to > > Routing.getNextRoute() will return? > > I used to limit it, back a couple of generations ago. I suppose it > depends on the nature of the errors though.
I checked in code to put the limit back in. http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/freenet/freenet/src/freenet/node/rt/TreeRouting.java I set the limit to 100 steps for now (essentially disabling the limit). I think that this change will reduce traffic and might help specialization. In order to see if it makes a difference, the majority of the nodes on the network have to be running it. I want to reduce the default maxRoutingSteps to 10 - 15 to test it out. What do people think? -- gj -- Freesite (0.4) freenet:SSK@npfV5XQijFkF6sXZvuO0o~kG4wEPAgM/homepage// _______________________________________________ devl mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl
