[freenet-cvs] r15092 - branches/freenet-jfk/src/freenet/node
nextgens at freenetproject.org
nextgens at freenetproject.org
Sun Sep 9 20:44:41 UTC 2007
Author: nextgens
Date: 2007-09-09 20:44:41 +0000 (Sun, 09 Sep 2007)
New Revision: 15092
Modified:
branches/freenet-jfk/src/freenet/node/FNPPacketMangler.java
Log:
indent
Modified: branches/freenet-jfk/src/freenet/node/FNPPacketMangler.java
===================================================================
--- branches/freenet-jfk/src/freenet/node/FNPPacketMangler.java 2007-09-09 20:43:58 UTC (rev 15091)
+++ branches/freenet-jfk/src/freenet/node/FNPPacketMangler.java 2007-09-09 20:44:41 UTC (rev 15092)
@@ -393,10 +393,12 @@
else if(packetType==0){
/*
* Initiator- This is a straightforward DiffieHellman exponential.
- * The Initiator Nonce serves two purposes;it allows the initiator to use the same * exponentials during different sessions while ensuring that the resulting * session key will be different,can be used to differentiate between
+ * The Initiator Nonce serves two purposes;it allows the initiator to use the same
+ * exponentials during different sessions while ensuring that the resulting
+ * session key will be different,can be used to differentiate between
* parallel sessions
*/
- ProcessMessage1(payload,pn,replyTo,0);
+ ProcessMessage1(payload,pn,replyTo,0);
}
else if(packetType==1){
More information about the cvs
mailing list