Author: j16sdiz
Date: 2008-12-04 03:12:57 +0000 (Thu, 04 Dec 2008)
New Revision: 24030
Modified:
trunk/freenet/src/freenet/node/FNPPacketMangler.java
Log:
comment for negType 3
Modified: trunk/freenet/src/freenet/node/FNPPacketMangler.java
===================================================================
--- trunk/freenet/src/freenet/node/FNPPacketMangler.java 2008-12-03
16:20:33 UTC (rev 24029)
+++ trunk/freenet/src/freenet/node/FNPPacketMangler.java 2008-12-04
03:12:57 UTC (rev 24030)
@@ -519,8 +519,11 @@
/** Protocol version. Should be 1. */
int version = payload[0];
- /** Negotiation type. 2 = JFK. Other types might indicate other
DH variants,
- * or even non-DH-based algorithms such as password based key
setup. */
+ /** Negotiation type.
+ * 2 = JFK.
+ * 3 = JFK, reuse PacketTracker
+ * Other types might indicate other DH variants, or even
non-DH-based
+ * algorithms such as password based key setup. */
int negType = payload[1];
/** Packet phase. */
int packetType = payload[2];
@@ -563,8 +566,11 @@
/** Protocol version. Should be 1. */
int version = payload[0];
- /** Negotiation type. 2 = JFK. Other types might indicate other
DH variants,
- * or even non-DH-based algorithms such as password based key
setup. */
+ /** Negotiation type.
+ * 2 = JFK.
+ * 3 = JFK, reuse PacketTracker
+ * Other types might indicate other DH variants, or even
non-DH-based
+ * algorithms such as password based key setup. */
int negType = payload[1];
/** Packet phase. */
int packetType = payload[2];
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs