From 14553064606f04e51a8bb0f846583a9e1bb6766d Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Thu, 28 Feb 2008 14:45:36 +0000 Subject: bugfix empty routing table with existent connections --- syncSocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syncSocket.cpp') 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; -- cgit v1.2.3