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

Modified Files:
        NewVoid.java 
Log Message:
6278:
Make Identify a (more or less) regular message. We pull the ref off it when we receive 
it, but later it gets executed by NewIdentify, which asks RT if it wants it, and if it 
does, verifies the signature (significant CPU operation!), and adds it.
Do NOT verify references on the RSL thread.
Cache fingerprint on DSAPublicKey


Index: NewVoid.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/states/FNP/NewVoid.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -w -r1.1.1.1 -r1.2
--- NewVoid.java        13 Jan 2002 05:24:47 -0000      1.1.1.1
+++ NewVoid.java        25 Oct 2003 00:45:36 -0000      1.2
@@ -40,6 +40,4 @@
     public void lost(Node n) {
         // watch me get all worked up about this...
     }
-
-
 }

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

Reply via email to