summaryrefslogtreecommitdiff
path: root/src/org/noreply/fancydress/type3/routing/RoutingIP4.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/noreply/fancydress/type3/routing/RoutingIP4.java')
-rw-r--r--src/org/noreply/fancydress/type3/routing/RoutingIP4.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/org/noreply/fancydress/type3/routing/RoutingIP4.java b/src/org/noreply/fancydress/type3/routing/RoutingIP4.java
index 9a98c3a..08e1ce1 100644
--- a/src/org/noreply/fancydress/type3/routing/RoutingIP4.java
+++ b/src/org/noreply/fancydress/type3/routing/RoutingIP4.java
@@ -33,7 +33,7 @@ public class RoutingIP4 extends RoutingForward {
*
* @param ip IP address of the next hop
* @param port TCP port at which the next hop is listening
- * @param keyid keyid of the packet key
+ * @param keyid keyid of the identity key
* @param boolean if true, have a SWAP-FWD/IP4 routing type, FWD/IP4 otherwhise
*/
private RoutingIP4(InetAddress ip, int port, byte[] keyid, boolean asSwap) {
@@ -54,7 +54,7 @@ public class RoutingIP4 extends RoutingForward {
*
* @param ip IP address of the next hop
* @param port TCP port at which the next hop is listening
- * @param keyid keyid of the packet key
+ * @param keyid keyid of the identity key
*/
public RoutingIP4(InetAddress ip, int port, byte[] keyid) {
this(ip, port, keyid, false);