Author: toad
Date: 2007-12-21 14:55:56 +0000 (Fri, 21 Dec 2007)
New Revision: 16764
Modified:
trunk/freenet/src/freenet/node/FNPPacketMangler.java
Log:
For now, send two-refs-in-JFK(4) to non-anonymous-initiator, so that UOM works.
We may need to reconsider this; certainly we will need to get rid of it
eventually.
Modified: trunk/freenet/src/freenet/node/FNPPacketMangler.java
===================================================================
--- trunk/freenet/src/freenet/node/FNPPacketMangler.java 2007-12-21
14:54:13 UTC (rev 16763)
+++ trunk/freenet/src/freenet/node/FNPPacketMangler.java 2007-12-21
14:55:56 UTC (rev 16764)
@@ -1123,7 +1123,7 @@
// Send reply
sendJFKMessage4(1, 2, 3, nonceInitiator,
nonceResponder,initiatorExponential, responderExponential,
- c, Ke, Ka, authenticator, hisRef, pn, replyTo,
unknownInitiator, setupType, false);
+ c, Ke, Ka, authenticator, hisRef, pn, replyTo,
unknownInitiator, setupType, !unknownInitiator);
// FIXME change last argument to FALSE when this build is
mandatory.
c.initialize(Ks);