Re: [freenet-dev] Fwd: HTL based prioritizing

2002-06-23 Thread Matthew Toseland
On Sun, Jun 23, 2002 at 06:00:31PM -0700, Ian Clarke wrote: I have been asked to forward the following message to the list as the author wishes to remain anonymous. Do we allow HTL=0 from external nodes? If so, why? Aren't there anonymity concerns? Hello - I wonder if you could submit this

[freenet-dev] HTL=0 probes?

2002-06-23 Thread Matthew Toseland
Is it correct that I can send HTL=0 requests to a node, and easily determine if that node has a given file? Without even having to mess with timing data? It would seem so from the source... isn't this incompatible with our goal of plausible deniability? There is a random HTL decrement... but no

[freenet-dev] Core.java, breaking things...

2002-06-23 Thread Matthew Toseland
In order to implement GJ's requested successful request statistics, and his overload improvement plan, I need to either add a (transient) variable to Core.java, or change the type of a (transient) variable. Either way this seems to force a datastore reset (incompatible class change error...).