summaryrefslogtreecommitdiff
path: root/syncSocket.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-02-28 14:45:36 +0000
committerOthmar Gsenger <otti@anytun.org>2008-02-28 14:45:36 +0000
commit14553064606f04e51a8bb0f846583a9e1bb6766d (patch)
treeb9076c2731d16c7a615fcc14329153ca238cf9d6 /syncSocket.cpp
parentadded debug statement (diff)
bugfix empty routing table with existent connections
Diffstat (limited to 'syncSocket.cpp')
-rw-r--r--syncSocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/syncSocket.cpp b/syncSocket.cpp
index 0c55d46..ad7781b 100644
--- a/syncSocket.cpp
+++ b/syncSocket.cpp
@@ -35,7 +35,7 @@ void SyncSocket::OnAccept()
oa << scom;
Send(sout.str());
}
- sleep(5);
+ sleep(1);
if( ! gRoutingTable.empty())
{
std::ostringstream sout;