Author: toad
Date: 2007-09-22 15:23:04 +0000 (Sat, 22 Sep 2007)
New Revision: 15267
Modified:
trunk/freenet/src/freenet/node/PeerNode.java
Log:
Shorten comment - not relevant here
Modified: trunk/freenet/src/freenet/node/PeerNode.java
===================================================================
--- trunk/freenet/src/freenet/node/PeerNode.java 2007-09-22 15:23:03 UTC
(rev 15266)
+++ trunk/freenet/src/freenet/node/PeerNode.java 2007-09-22 15:23:04 UTC
(rev 15267)
@@ -1394,10 +1394,7 @@
* @param offset Offset to start reading at.
* @param length Number of bytes to read.
* @param encKey The encryption key which we negotiated.
- * @param replyTo The IP to which we should send traffic. Usually this is
- * the IP the handshake came in on, which allows us to pick up an IP change
- * in the common case. We have to mess with it in some rare nasty PAT
cases
- * (see DarknetPeerNode.getPeer()).
+ * @param replyTo The IP the handshake came in on.
* @return True unless we rejected the handshake, or it failed to parse.
*/
public boolean completedHandshake(long thisBootID, byte[] data, int
offset, int length, BlockCipher encCipher, byte[] encKey, Peer replyTo, boolean
unverified) {