summaryrefslogtreecommitdiff
path: root/syncSocket.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-02-28 14:17:19 +0000
committerOthmar Gsenger <otti@anytun.org>2008-02-28 14:17:19 +0000
commitbf53425029464ca30bff13be10418ced37d9c7ec (patch)
tree0388a15e86c66227c76d22248f139f4bcfc6e905 /syncSocket.cpp
parentadded ./anytun options to Dokumentation.odt (diff)
bugtesting
Diffstat (limited to 'syncSocket.cpp')
-rw-r--r--syncSocket.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/syncSocket.cpp b/syncSocket.cpp
index 29d1ca8..0c55d46 100644
--- a/syncSocket.cpp
+++ b/syncSocket.cpp
@@ -35,6 +35,7 @@ void SyncSocket::OnAccept()
oa << scom;
Send(sout.str());
}
+ sleep(5);
if( ! gRoutingTable.empty())
{
std::ostringstream sout;