diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-02-28 14:45:36 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-02-28 14:45:36 +0000 |
commit | 14553064606f04e51a8bb0f846583a9e1bb6766d (patch) | |
tree | b9076c2731d16c7a615fcc14329153ca238cf9d6 /syncSocket.cpp | |
parent | added debug statement (diff) |
bugfix empty routing table with existent connections
Diffstat (limited to 'syncSocket.cpp')
-rw-r--r-- | syncSocket.cpp | 2 |
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; |