From b39c0faaa0971967edf0597948e8b39eec19379f Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Fri, 29 Feb 2008 15:39:05 +0000 Subject: routing debug --- anytun.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'anytun.cpp') diff --git a/anytun.cpp b/anytun.cpp index ff4a724..f607790 100644 --- a/anytun.cpp +++ b/anytun.cpp @@ -144,8 +144,9 @@ void* sender(void* p) if(param->cl.empty()) continue; - - mux = gRoutingTable.getRoute(NetworkAddress()); + std::cout << "got Packet for plain "< "<cl.getConnection(mux); if(cit==param->cl.getEnd()) continue; -- cgit v1.2.3