Author: toad
Date: 2008-12-02 20:26:56 +0000 (Tue, 02 Dec 2008)
New Revision: 24019

Modified:
   trunk/freenet/src/freenet/node/PeerNode.java
Log:
Differential noderefs are not required to have anything.


Modified: trunk/freenet/src/freenet/node/PeerNode.java
===================================================================
--- trunk/freenet/src/freenet/node/PeerNode.java        2008-12-02 20:02:21 UTC 
(rev 24018)
+++ trunk/freenet/src/freenet/node/PeerNode.java        2008-12-02 20:26:56 UTC 
(rev 24019)
@@ -2403,10 +2403,10 @@
                                        jfkNoncesSent.clear();
                                }
 
-                       } else if(forDiffNodeRef || forARK) {
-                               // Connection setup doesn't count, it doesn't 
send a physical.udp.
-                               // Keep the old version anyway...
-                               Logger.error(this, "Noderef has no physical.udp 
for "+this+" : forDiffNodeRef="+forDiffNodeRef+" forARK="+forARK);
+                       } else if(forARK) {
+                               // Connection setup doesn't include a 
physical.udp.
+                               // Differential noderefs only include it on the 
first one after connect.
+                               Logger.error(this, "ARK noderef has no 
physical.udp for "+this+" : forDiffNodeRef="+forDiffNodeRef+" forARK="+forARK);
                        }
                } catch(Exception e1) {
                        Logger.error(this, "Caught "+e1, e1);

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to