On Sun, Sep 09, 2001 at 08:44:17AM -0400, Tavin Cole wrote: <> > Well, like so many things with Freenet, the question is what was happening > with the node on the other end of that connection. For some reason it dropped > the connection during auth.. there is probably nothing wrong on your end. > > You see why Fred can be so maddeningly difficult to debug.. ;)
Tavin, you should check if some of the AuthenFaileds are not decreasing the peer CP enough (did you make non-terminal not decrease CP and end up with some Auth faileds that are in the wrong category maybe?) With the low number of nodes, if the CP isn't falling it could just be one node on a fucked up JVM causing this. Scott was a little lazy when he first wrote the Auth and used setSoTimeout to do timeout, and I was a little lazy when I worked on it later and did not fix that - and setSoTimeout has been known to cause problems with some jvms (*cough* M$ *cough*). -- 'DeCSS would be fine. Where is it?' 'Here,' Montag touched his head. 'Ah,' Granger smiled and nodded. Oskar Sandberg oskar at freenetproject.org _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
