-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Yikes, thanks.  It should be fixed now.

        Scott

On Wed, 19 Apr 2000 david at aminal.com wrote:

> On Wed, Apr 19, 2000 at 09:59:53PM -0500, Scott G. Miller wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> > 
> > 
> > I just fixed a nasty bug in the PRNG that was bringing the server to a
> > virtual halt.  The jitter thread had *not* yet been set to min priority,
> > and worse, I was using modulo instead of min to cap the entropy estimate
> > at 160 bits.  
> > 
> > The estimate would wrap from 160 to 0, causing the jitter thread to
> > restart, never having yielded to the rest of the threads.  Both fixed.
> > 
> > Also, I've pretty much implemented the timer entropy system verbatim out
> > of the linux kernel (even copied a bit of code).  The ConnectionHandler
> > feeds back time diferential entropy for both sent and received
> > messages.  All in all, I'm pretty happy.  
> > 
> > Scott
> > 
> >
> 
> I just updated from cvs, and have a problem. Blackdown 1.2.2 on Linux
> 
> Building Freenet server... crypt/RandFile.java:16: class 
> Freenet.crypt.RandFile must be declared
>  abstract. It does not define void 
> acceptTimerEntropy(Freenet.crypt.TimerState, long) from inter
> face Freenet.crypt.RandomSource.
> public class RandFile extends RandStream {
>              ^
> crypt/RandStream.java:18: class Freenet.crypt.RandStream must be declared 
> abstract. It does not
> define void acceptTimerEntropy(Freenet.crypt.TimerState, long) from interface 
> Freenet.crypt.Rand
> omSource.
> public class RandStream implements RandomSource {
>              ^
> Note: node/DataProperties.java uses or overrides a deprecated API.  Recompile 
> with "-deprecation
> " for details.
> 2 errors, 1 warning
> 
> 
> David Schutt
>  
> 
> _______________________________________________
> Freenet-dev mailing list
> Freenet-dev at lists.sourceforge.net
> http://lists.sourceforge.net/mailman/listinfo/freenet-dev
> 
> 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE4/ozIpXyM95IyRhURAlsfAJ9o4IVfs667uBlmzY7O0pTpUj9nXACfbraT
pttk6Mp1pg8DU262nlKl4VY=
=v2GR
-----END PGP SIGNATURE-----


_______________________________________________
Freenet-dev mailing list
Freenet-dev at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/freenet-dev

Reply via email to