summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-02-29 19:03:24 +0000
committerOthmar Gsenger <otti@anytun.org>2008-02-29 19:03:24 +0000
commit5427e0ddde5b01b2cba509ff28bb841d08a7566e (patch)
treebeedfa52955c5a958779b43663bc884873cbc880
parentfixed anyctr without remote connection (diff)
removed debug statements
-rw-r--r--anytun.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/anytun.cpp b/anytun.cpp
index 75ca704..703e1cf 100644
--- a/anytun.cpp
+++ b/anytun.cpp
@@ -151,9 +151,9 @@ void* sender(void* p)
if(param->cl.empty())
continue;
- std::cout << "got Packet for plain "<<plain_packet.getDstAddr().toString();
+ //std::cout << "got Packet for plain "<<plain_packet.getDstAddr().toString();
mux = gRoutingTable.getRoute(plain_packet.getDstAddr());
- std::cout << " -> "<<mux << std::endl;
+ //std::cout << " -> "<<mux << std::endl;
ConnectionMap::iterator cit = param->cl.getConnection(mux);
if(cit==param->cl.getEnd())
continue;