summaryrefslogtreecommitdiff
path: root/syncSocket.cpp
diff options
context:
space:
mode:
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;