From 9c3bb1aed4b9e8922bc33f4133f9936c992ef93d Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Wed, 27 Feb 2008 20:44:12 +0000 Subject: added routing table support --- anytun.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'anytun.cpp') diff --git a/anytun.cpp b/anytun.cpp index df80f79..0b4eaf6 100644 --- a/anytun.cpp +++ b/anytun.cpp @@ -53,6 +53,8 @@ #include "options.h" #include "seqWindow.h" #include "connectionList.h" +#include "routingTable.h" +#include "networkAddress.h" #include "syncQueue.h" #include "syncSocketHandler.h" @@ -153,7 +155,8 @@ void* sender(void* p) if(param->cl.empty()) continue; - + + gRoutingTable.getRoute(NetworkAddress()); ConnectionMap::iterator cit = param->cl.getConnection(mux); if(cit==param->cl.getEnd()) continue; -- cgit v1.2.3