This commit is contained in:
zzz
2011-09-07 01:35:42 +00:00
parent e71d2012ca
commit 8233c4f9e4
2 changed files with 1 additions and 12 deletions

View File

@@ -35,19 +35,8 @@ public class HopConfig {
public static final int REPLY_IV_LENGTH = 16;
public HopConfig() {
_receiveTunnelId = null;
_receiveFrom = null;
_sendTunnelId = null;
_sendTo = null;
_layerKey = null;
_ivKey = null;
_creation = -1;
_expiration = -1;
_options = null;
_messagesProcessed = 0;
_oldMessagesProcessed = 0;
_messagesSent = 0;
_oldMessagesSent = 0;
}
/** what tunnel ID are we receiving on? */

View File

@@ -35,7 +35,7 @@ class ExpireJob extends JobImpl {
}
public String getName() {
return "Expire tunnel";
return "Expire our tunnel";
}
public void runJob() {