From 24ffb4132394099e293bd49ce5c819fed58c7027 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 24 Feb 2008 00:45:34 +0000 Subject: default for key_derivation_rate now 1 mind the debug output @ sender --- anytun.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'anytun.cpp') diff --git a/anytun.cpp b/anytun.cpp index 4312fa4..69ea165 100644 --- a/anytun.cpp +++ b/anytun.cpp @@ -91,7 +91,6 @@ void createConnection(const std::string & remote_host, u_int16_t remote_port, Co seq_nr_t seq_nr_=0; KeyDerivation * kd = new KeyDerivation; kd->init(Buffer(key, sizeof(key)), Buffer(salt, sizeof(salt))); - kd->setLogKDRate(0); cLog.msg(Log::PRIO_NOTICE) << "added connection remote host " << remote_host << ":" << remote_port; ConnectionParam connparam ( (*kd), (*seq), seq_nr_, remote_host, remote_port); cl.addConnection(connparam,0); -- cgit v1.2.3