diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-02-29 19:03:24 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-02-29 19:03:24 +0000 |
commit | 5427e0ddde5b01b2cba509ff28bb841d08a7566e (patch) | |
tree | beedfa52955c5a958779b43663bc884873cbc880 | |
parent | fixed anyctr without remote connection (diff) |
removed debug statements
-rw-r--r-- | anytun.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |