summaryrefslogtreecommitdiff
path: root/anytun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'anytun.cpp')
-rw-r--r--anytun.cpp5
1 files changed, 4 insertions, 1 deletions
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;